Html Css Color HEX #85B417 Lima

📋 copy color: '#85B417'

red 133 ◦ green 180 ◦ blue 23

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

Shades of Lima #85B417

Tints of Lima #85B417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.57%

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

R = 39.58%
G = 53.57%
B = 6.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#85B417 (or 0x85B417) is known color: Lima. HEX triplet: 85, B4 and 17. RGB value is (133,180,23). Sum of RGB (Red+Green+Blue) = 133+180+23=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #85B417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B417 is #7A4BE8. Grayscale: #949494. Windows color (decimal): -8014825 or 1553541. OLE color: 1553541.

HSL color Cylindrical-coordinate representation of color #85B417: hue angle of 77.96º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85B417 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 180 23 -
CMYK 0.26 0 0.87 0.29
HSL 77.96º 0.77% 0.4% -
HSV(B) 77.96º 0.87% 0.71% -
XYZ 26.15 37.69 6.71 -
YUV 148.05 57.43 117.27 -
System Red Green Blue C M Y K H S L
Decimal 133 180 23 0.26 0 0.87 0.29 77.96 0.77 0.4
Hex 85 B4 17 1A 0 57 1D 4E 4D 28
Octal 205 264 27 32 0 127 35 116 115 50
Binary 10000101 10110100 10111 11010 0 1010111 11101 1001110 1001101 101000

Color Harmonies of #85B417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B417

Black with #85B417

Text Example


Text Example

White with #85B417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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