Html Css Color HEX #85AA10 Lima

📋 copy color: '#85AA10'

red 133 ◦ green 170 ◦ blue 16

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

Shades of Lima #85AA10

Tints of Lima #85AA10

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.29%

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

R = 41.69%
G = 53.29%
B = 5.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#85AA10 (or 0x85AA10) is known color: Lima. HEX triplet: 85, AA and 10. RGB value is (133,170,16). Sum of RGB (Red+Green+Blue) = 133+170+16=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AA10 is #7A55EF. Grayscale: #8D8D8D. Windows color (decimal): -8017392 or 1092229. OLE color: 1092229.

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

Color convert

RGB 133 170 16 -
CMYK 0.22 0 0.91 0.33
HSL 74.42º 0.83% 0.36% -
HSV(B) 74.42º 0.91% 0.67% -
XYZ 24.14 33.77 5.74 -
YUV 141.38 57.24 122.02 -
System Red Green Blue C M Y K H S L
Decimal 133 170 16 0.22 0 0.91 0.33 74.42 0.83 0.36
Hex 85 AA 10 16 0 5B 21 4A 53 24
Octal 205 252 20 26 0 133 41 112 123 44
Binary 10000101 10101010 10000 10110 0 1011011 100001 1001010 1010011 100100

Color Harmonies of #85AA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA10

Black with #85AA10

Text Example


Text Example

White with #85AA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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