Html Css Color HEX #86A620 Limerick

📋 copy color: '#86A620'

red 134 ◦ green 166 ◦ blue 32

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

Shades of Limerick #86A620

Tints of Limerick #86A620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50%

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

R = 40.36%
G = 50%
B = 9.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#86A620 (or 0x86A620) is known color: Limerick. HEX triplet: 86, A6 and 20. RGB value is (134,166,32). Sum of RGB (Red+Green+Blue) = 134+166+32=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #86A620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A620 is #7959DF. Grayscale: #8D8D8D. Windows color (decimal): -7952864 or 2139782. OLE color: 2139782.

HSL color Cylindrical-coordinate representation of color #86A620: hue angle of 74.33º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86A620 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 166 32 -
CMYK 0.19 0 0.81 0.35
HSL 74.33º 0.68% 0.39% -
HSV(B) 74.33º 0.81% 0.65% -
XYZ 23.73 32.45 6.38 -
YUV 141.16 66.4 122.9 -
System Red Green Blue C M Y K H S L
Decimal 134 166 32 0.19 0 0.81 0.35 74.33 0.68 0.39
Hex 86 A6 20 13 0 51 23 4A 44 27
Octal 206 246 40 23 0 121 43 112 104 47
Binary 10000110 10100110 100000 10011 0 1010001 100011 1001010 1000100 100111

Color Harmonies of #86A620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A620

Black with #86A620

Text Example


Text Example

White with #86A620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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