COLOR #85A250

HEX: #85A250
RGB: (133,162,80)

Renk bilgisi

#85A250 contains mainly red and green colors. #85A250 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#85A250 color RGB value is (133,162,80).

  • kırmız ton 133;
  • yeşil ton 162;
  • mavi ton 80.
RGB:
(133,162,80)
(52%,64%,31%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 162 of 255 = 64%
B 80 of 255 = 31%

133
162
80

R + G + B ~ 49%. #85A250 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 162 + 80 = 375 (100%)
R 133 of 375 ~ 35.47%
G 162 of 375 ~ 43.2%
B 80 of 375 ~ 21.33%

%35.47
%43.2
%21.33

CMYK RENK MODELİ

#85A250 rengi CMYK tonu (18,0,51,36).

  • camgöbeği tonu 17.90%
  • eflatun tonu 0.00%
  • sarı tonu 50.62%
  • ana renk tonu 36.47%
CMYK:
(18,0,51,36)
C18M0Y51K36 
(18%,0%,51%,36%)
(0.18/0.00/0.51/0.36)	

CMYK yüzdeleri

%17.9
%0
%50.62
%36.47

Codes

Color #85A250 in popluar color models

85A250
RGB13316280
HSL81°33.88%47.45%
HSB/HSV81°50.62%63.53%
CMYK17.90%0.00%50.62%
36.47%

Color #85A250 in popluar number systems.

HEX85A250
Decimal13316280
Binary10000101101000101010000
Octal205242120

Shades and tints

Shades of #85A250

#85A250
(133,162,80)
#799449
(121,148,73)
#6D8642
(109,134,66)
#61783B
(97,120,59)
#556A34
(85,106,52)
#495C2D
(73,92,45)
#3D4E26
(61,78,38)
#31401F
(49,64,31)
#253218
(37,50,24)
#192411
(25,36,17)
#0D160A
(13,22,10)
#000000
(0,0,0)

Tints of #85A250

#85A250
(133,162,80)
#90AA5F
(144,170,95)
#9BB26E
(155,178,110)
#A6BA7D
(166,186,125)
#B1C28C
(177,194,140)
#BCCA9B
(188,202,155)
#C7D2AA
(199,210,170)
#D2DAB9
(210,218,185)
#DDE2C8
(221,226,200)
#E8EAD7
(232,234,215)
#F3F2E6
(243,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A250 color. Also use rgb(133,162,80) instead hex code.

Text Font Color

.myTextColor { color: #85A250; }

<p style="color:#85A250">This sample text font color is #85A250.</p>

This text font color is #85A250.


Background Color

.myBgColor { background-color: #85A250; }

<div style="background-color:#85A250">Inner text</div>

This div background color is #85A250.


Border color

.myBorderColor { border: 1px solid #85A250; }

<div style="border:3px solid #85A250">Div</div>

This div border color is #85A250.


Opacity

.myOpacity80 { color: #85A250; opacity: 0.8; }

<p style="color:#85A250;opacity:0.8;">80%</p>

Text with #85A250 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #85A250;}

<p style="text-shadow: 3px 3px 1px #85A250">Text here.</p>

This text has shadow with #85A250 color.

.textShadow {text-shadow: 3px 3px 1px #85A250, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #85A250, 5px 5px 20px red">Text here.</p>

This text has shadow with #85A250 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85A250, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#85A250, Direction=45, Strength=4)">Text</p>

This text has shadow with #85A250 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #85A250;
  -webkit-box-shadow:	1px 1px 3px 2px #85A250;
  box-shadow:		1px 1px 3px 2px #85A250;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85A250;
-webkit-box-shadow: 1px 1px 3px 2px #85A250;
box-shadow:1px 1px 3px 2px #85A250;">
Div content here</div>
This div box has shadow with color #85A250.

Preview

Color preview on black background

This text has color #85A250 on black background.


Color preview on white background

This text has color #85A250 on white background.



Black color preview on #85A250 background

This text has black color on #85A250 background.


White color preview on #85A250 background

This text has white color on #85A250 background.