Html Css Color HEX #86AA11 Limerick

📋 copy color: '#86AA11'

red 134 ◦ green 170 ◦ blue 17

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

Shades of Limerick #86AA11

Tints of Limerick #86AA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 41.74%
G = 52.96%
B = 5.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#86AA11 (or 0x86AA11) is known color: Limerick. HEX triplet: 86, AA and 11. RGB value is (134,170,17). Sum of RGB (Red+Green+Blue) = 134+170+17=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AA11 is #7955EE. Grayscale: #8E8E8E. Windows color (decimal): -7951855 or 1157766. OLE color: 1157766.

HSL color Cylindrical-coordinate representation of color #86AA11: hue angle of 74.12º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86AA11 is Cyan = 0.21, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 170 17 -
CMYK 0.21 0 0.9 0.33
HSL 74.12º 0.82% 0.37% -
HSV(B) 74.12º 0.9% 0.67% -
XYZ 24.31 33.86 5.78 -
YUV 141.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 134 170 17 0.21 0 0.9 0.33 74.12 0.82 0.37
Hex 86 AA 11 15 0 5A 21 4A 52 25
Octal 206 252 21 25 0 132 41 112 122 45
Binary 10000110 10101010 10001 10101 0 1011010 100001 1001010 1010010 100101

Color Harmonies of #86AA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA11

Black with #86AA11

Text Example


Text Example

White with #86AA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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