Html Css Color HEX #85B917 Lima

📋 copy color: '#85B917'

red 133 ◦ green 185 ◦ blue 23

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

Shades of Lima #85B917

Tints of Lima #85B917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.25%

 BLUE value IS 23 (9.38% from 255) = 6.74%

R = 39%
G = 54.25%
B = 6.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#85B917 (or 0x85B917) is known color: Lima. HEX triplet: 85, B9 and 17. RGB value is (133,185,23). Sum of RGB (Red+Green+Blue) = 133+185+23=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #85B917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B917 is #7A46E8. Grayscale: #979797. Windows color (decimal): -8013545 or 1554821. OLE color: 1554821.

HSL color Cylindrical-coordinate representation of color #85B917: hue angle of 79.26º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85B917 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 185 23 -
CMYK 0.28 0 0.88 0.27
HSL 79.26º 0.78% 0.41% -
HSV(B) 79.26º 0.88% 0.73% -
XYZ 27.18 39.75 7.05 -
YUV 150.98 55.77 115.17 -
System Red Green Blue C M Y K H S L
Decimal 133 185 23 0.28 0 0.88 0.27 79.26 0.78 0.41
Hex 85 B9 17 1C 0 58 1B 4F 4E 29
Octal 205 271 27 34 0 130 33 117 116 51
Binary 10000101 10111001 10111 11100 0 1011000 11011 1001111 1001110 101001

Color Harmonies of #85B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B917

Black with #85B917

Text Example


Text Example

White with #85B917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,185,23); }

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

background-color css

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

 a { background-color: rgb(133,185,23); }

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

border-color css

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

 span { border-color: rgb(133,185,23); }

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