Html Css Color HEX #86AA17 Limerick

📋 copy color: '#86AA17'

red 134 ◦ green 170 ◦ blue 23

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

Shades of Limerick #86AA17

Tints of Limerick #86AA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.03%

R = 40.98%
G = 51.99%
B = 7.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#86AA17 (or 0x86AA17) is known color: Limerick. HEX triplet: 86, AA and 17. RGB value is (134,170,23). Sum of RGB (Red+Green+Blue) = 134+170+23=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AA17 is #7955E8. Grayscale: #8F8F8F. Windows color (decimal): -7951849 or 1550982. OLE color: 1550982.

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

Color convert

RGB 134 170 23 -
CMYK 0.21 0 0.86 0.33
HSL 74.69º 0.76% 0.38% -
HSV(B) 74.69º 0.86% 0.67% -
XYZ 24.36 33.88 6.07 -
YUV 142.48 60.57 121.95 -
System Red Green Blue C M Y K H S L
Decimal 134 170 23 0.21 0 0.86 0.33 74.69 0.76 0.38
Hex 86 AA 17 15 0 56 21 4B 4C 26
Octal 206 252 27 25 0 126 41 113 114 46
Binary 10000110 10101010 10111 10101 0 1010110 100001 1001011 1001100 100110

Color Harmonies of #86AA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA17

Black with #86AA17

Text Example


Text Example

White with #86AA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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