Html Css Color HEX #86A120 Limerick

📋 copy color: '#86A120'

red 134 ◦ green 161 ◦ blue 32

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

Shades of Limerick #86A120

Tints of Limerick #86A120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.24%

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

R = 40.98%
G = 49.24%
B = 9.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#86A120 (or 0x86A120) is known color: Limerick. HEX triplet: 86, A1 and 20. RGB value is (134,161,32). Sum of RGB (Red+Green+Blue) = 134+161+32=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #86A120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A120 is #795EDF. Grayscale: #8A8A8A. Windows color (decimal): -7954144 or 2138502. OLE color: 2138502.

HSL color Cylindrical-coordinate representation of color #86A120: hue angle of 72.56º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86A120 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 161 32 -
CMYK 0.17 0 0.80 0.37
HSL 72.56º 0.67% 0.38% -
HSV(B) 72.56º 0.8% 0.63% -
XYZ 22.84 30.66 6.08 -
YUV 138.22 68.05 124.99 -
System Red Green Blue C M Y K H S L
Decimal 134 161 32 0.17 0 0.80 0.37 72.56 0.67 0.38
Hex 86 A1 20 11 0 50 25 49 43 26
Octal 206 241 40 21 0 120 45 111 103 46
Binary 10000110 10100001 100000 10001 0 1010000 100101 1001001 1000011 100110

Color Harmonies of #86A120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A120

Black with #86A120

Text Example


Text Example

White with #86A120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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