Html Css Color HEX #86AA0A Lima

📋 copy color: '#86AA0A'

red 134 ◦ green 170 ◦ blue 10

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

Shades of Lima #86AA0A

Tints of Lima #86AA0A

RGB

 RED value IS 134 (52.73% from 255) = 42.68%

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

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

R = 42.68%
G = 54.14%
B = 3.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#86AA0A (or 0x86AA0A) is known color: Lima. HEX triplet: 86, AA and 0A. RGB value is (134,170,10). Sum of RGB (Red+Green+Blue) = 134+170+10=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AA0A is #7955F5. Grayscale: #8D8D8D. Windows color (decimal): -7951862 or 699014. OLE color: 699014.

HSL color Cylindrical-coordinate representation of color #86AA0A: hue angle of 73.5º 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 #86AA0A is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 170 10 -
CMYK 0.21 0 0.94 0.33
HSL 73.5º 0.89% 0.35% -
HSV(B) 73.5º 0.94% 0.67% -
XYZ 24.26 33.84 5.54 -
YUV 141 54.07 123.01 -
System Red Green Blue C M Y K H S L
Decimal 134 170 10 0.21 0 0.94 0.33 73.5 0.89 0.35
Hex 86 AA A 15 0 5E 21 4A 59 23
Octal 206 252 12 25 0 136 41 112 131 43
Binary 10000110 10101010 1010 10101 0 1011110 100001 1001010 1011001 100011

Color Harmonies of #86AA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA0A

Black with #86AA0A

Text Example


Text Example

White with #86AA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AA0A; }

 p { color: rgb(134,170,10); }

 H1.HeaderClassName
 {
   color: #86AA0A;
 }
 .AnyTagClassName
 {
   color: #86AA0A;
 }
</style>

background-color css

<style>
 a { background-color: #86AA0A; }

 a { background-color: rgb(134,170,10); }

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

border-color css

<style>
 span { border-color: #86AA0A; }

 span { border-color: rgb(134,170,10); }

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