Html Css Color HEX #85A910 Lima

📋 copy color: '#85A910'

red 133 ◦ green 169 ◦ blue 16

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

Shades of Lima #85A910

Tints of Lima #85A910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.14%

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 41.82%
G = 53.14%
B = 5.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#85A910 (or 0x85A910) is known color: Lima. HEX triplet: 85, A9 and 10. RGB value is (133,169,16). Sum of RGB (Red+Green+Blue) = 133+169+16=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 169 (66.41% from 255 or 53.14% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 169 - color contains mainly: green. Hex color #85A910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A910 is #7A56EF. Grayscale: #8D8D8D. Windows color (decimal): -8017648 or 1091973. OLE color: 1091973.

HSL color Cylindrical-coordinate representation of color #85A910: hue angle of 74.12º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85A910 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 133 169 16 -
CMYK 0.21 0 0.91 0.34
HSL 74.12º 0.83% 0.36% -
HSV(B) 74.12º 0.91% 0.66% -
XYZ 23.95 33.4 5.67 -
YUV 140.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 133 169 16 0.21 0 0.91 0.34 74.12 0.83 0.36
Hex 85 A9 10 15 0 5B 22 4A 53 24
Octal 205 251 20 25 0 133 42 112 123 44
Binary 10000101 10101001 10000 10101 0 1011011 100010 1001010 1010011 100100

Color Harmonies of #85A910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A910

Black with #85A910

Text Example


Text Example

White with #85A910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,169,16); }

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

background-color css

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

 a { background-color: rgb(133,169,16); }

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

border-color css

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

 span { border-color: rgb(133,169,16); }

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