Html Css Color HEX #85B215 Lima

📋 copy color: '#85B215'

red 133 ◦ green 178 ◦ blue 21

#85B215
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #85B215

Tints of Lima #85B215

RGB

 RED value IS 133 (52.34% from 255) = 40.06%

 GREEN value IS 178 (69.92% from 255) = 53.61%

 BLUE value IS 21 (8.59% from 255) = 6.33%

R = 40.06%
G = 53.61%
B = 6.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#85B215 (or 0x85B215) is known color: Lima. HEX triplet: 85, B2 and 15. RGB value is (133,178,21). Sum of RGB (Red+Green+Blue) = 133+178+21=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #85B215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B215 is #7A4DEA. Grayscale: #939393. Windows color (decimal): -8015339 or 1421957. OLE color: 1421957.

HSL color Cylindrical-coordinate representation of color #85B215: hue angle of 77.2º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85B215 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 178 21 -
CMYK 0.25 0 0.88 0.30
HSL 77.2º 0.79% 0.39% -
HSV(B) 77.2º 0.88% 0.7% -
XYZ 25.73 36.88 6.47 -
YUV 146.65 57.09 118.27 -
System Red Green Blue C M Y K H S L
Decimal 133 178 21 0.25 0 0.88 0.30 77.2 0.79 0.39
Hex 85 B2 15 19 0 58 1E 4D 4F 27
Octal 205 262 25 31 0 130 36 115 117 47
Binary 10000101 10110010 10101 11001 0 1011000 11110 1001101 1001111 100111

Color Harmonies of #85B215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B215

Black with #85B215

Text Example


Text Example

White with #85B215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85B215; }

 p { color: rgb(133,178,21); }

 H1.HeaderClassName
 {
   color: #85B215;
 }
 .AnyTagClassName
 {
   color: #85B215;
 }
</style>

background-color css

<style>
 a { background-color: #85B215; }

 a { background-color: rgb(133,178,21); }

 div.DivClassName
 {
   background-color: #85B215;
 }
 .BgClassName
 {
   background-color: #85B215;
 }
</style>

border-color css

<style>
 span { border-color: #85B215; }

 span { border-color: rgb(133,178,21); }

 td.TdClassName
 {
   border-color: #85B215;
 }
 .TagClassName
 {
   border-color: #85B215;
 }
</style>