Html Css Color HEX #86AA20 Limerick

📋 copy color: '#86AA20'

red 134 ◦ green 170 ◦ blue 32

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

Shades of Limerick #86AA20

Tints of Limerick #86AA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 39.88%
G = 50.6%
B = 9.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#86AA20 (or 0x86AA20) is known color: Limerick. HEX triplet: 86, AA and 20. RGB value is (134,170,32). Sum of RGB (Red+Green+Blue) = 134+170+32=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AA20 is #7955DF. Grayscale: #909090. Windows color (decimal): -7951840 or 2140806. OLE color: 2140806.

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

Color convert

RGB 134 170 32 -
CMYK 0.21 0 0.81 0.33
HSL 75.65º 0.68% 0.4% -
HSV(B) 75.65º 0.81% 0.67% -
XYZ 24.47 33.92 6.62 -
YUV 143.5 65.07 121.22 -
System Red Green Blue C M Y K H S L
Decimal 134 170 32 0.21 0 0.81 0.33 75.65 0.68 0.4
Hex 86 AA 20 15 0 51 21 4C 44 28
Octal 206 252 40 25 0 121 41 114 104 50
Binary 10000110 10101010 100000 10101 0 1010001 100001 1001100 1000100 101000

Color Harmonies of #86AA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA20

Black with #86AA20

Text Example


Text Example

White with #86AA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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