Html Css Color HEX #86AA0F Lima

📋 copy color: '#86AA0F'

red 134 ◦ green 170 ◦ blue 15

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

Shades of Lima #86AA0F

Tints of Lima #86AA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 42.01%
G = 53.29%
B = 4.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#86AA0F (or 0x86AA0F) is known color: Lima. HEX triplet: 86, AA and 0F. RGB value is (134,170,15). Sum of RGB (Red+Green+Blue) = 134+170+15=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AA0F is #7955F0. Grayscale: #8E8E8E. Windows color (decimal): -7951857 or 1026694. OLE color: 1026694.

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

Color convert

RGB 134 170 15 -
CMYK 0.21 0 0.91 0.33
HSL 73.94º 0.84% 0.36% -
HSV(B) 73.94º 0.91% 0.67% -
XYZ 24.29 33.85 5.71 -
YUV 141.57 56.57 122.6 -
System Red Green Blue C M Y K H S L
Decimal 134 170 15 0.21 0 0.91 0.33 73.94 0.84 0.36
Hex 86 AA F 15 0 5B 21 4A 54 24
Octal 206 252 17 25 0 133 41 112 124 44
Binary 10000110 10101010 1111 10101 0 1011011 100001 1001010 1010100 100100

Color Harmonies of #86AA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA0F

Black with #86AA0F

Text Example


Text Example

White with #86AA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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