Html Css Color HEX #85B318 Lima

📋 copy color: '#85B318'

red 133 ◦ green 179 ◦ blue 24

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

Shades of Lima #85B318

Tints of Lima #85B318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.27%

 BLUE value IS 24 (9.77% from 255) = 7.14%

R = 39.58%
G = 53.27%
B = 7.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#85B318 (or 0x85B318) is known color: Lima. HEX triplet: 85, B3 and 18. RGB value is (133,179,24). Sum of RGB (Red+Green+Blue) = 133+179+24=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #85B318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B318 is #7A4CE7. Grayscale: #949494. Windows color (decimal): -8015080 or 1618821. OLE color: 1618821.

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

Color convert

RGB 133 179 24 -
CMYK 0.26 0 0.87 0.30
HSL 77.81º 0.76% 0.4% -
HSV(B) 77.81º 0.87% 0.7% -
XYZ 25.96 37.29 6.69 -
YUV 147.58 58.26 117.6 -
System Red Green Blue C M Y K H S L
Decimal 133 179 24 0.26 0 0.87 0.30 77.81 0.76 0.4
Hex 85 B3 18 1A 0 57 1E 4E 4C 28
Octal 205 263 30 32 0 127 36 116 114 50
Binary 10000101 10110011 11000 11010 0 1010111 11110 1001110 1001100 101000

Color Harmonies of #85B318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B318

Black with #85B318

Text Example


Text Example

White with #85B318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,179,24); }

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

background-color css

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

 a { background-color: rgb(133,179,24); }

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

border-color css

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

 span { border-color: rgb(133,179,24); }

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