Html Css Color HEX #85AB0A Lima

📋 copy color: '#85AB0A'

red 133 ◦ green 171 ◦ blue 10

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

Shades of Lima #85AB0A

Tints of Lima #85AB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.46%

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 42.36%
G = 54.46%
B = 3.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#85AB0A (or 0x85AB0A) is known color: Lima. HEX triplet: 85, AB and 0A. RGB value is (133,171,10). Sum of RGB (Red+Green+Blue) = 133+171+10=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB0A is #7A54F5. Grayscale: #8D8D8D. Windows color (decimal): -8017142 or 699269. OLE color: 699269.

HSL color Cylindrical-coordinate representation of color #85AB0A: hue angle of 74.16º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85AB0A is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 171 10 -
CMYK 0.22 0 0.94 0.33
HSL 74.16º 0.89% 0.35% -
HSV(B) 74.16º 0.94% 0.67% -
XYZ 24.29 34.13 5.6 -
YUV 141.28 53.91 122.09 -
System Red Green Blue C M Y K H S L
Decimal 133 171 10 0.22 0 0.94 0.33 74.16 0.89 0.35
Hex 85 AB A 16 0 5E 21 4A 59 23
Octal 205 253 12 26 0 136 41 112 131 43
Binary 10000101 10101011 1010 10110 0 1011110 100001 1001010 1011001 100011

Color Harmonies of #85AB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB0A

Black with #85AB0A

Text Example


Text Example

White with #85AB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,171,10); }

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

background-color css

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

 a { background-color: rgb(133,171,10); }

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

border-color css

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

 span { border-color: rgb(133,171,10); }

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