Html Css Color HEX #86AC20 Limerick

📋 copy color: '#86AC20'

red 134 ◦ green 172 ◦ blue 32

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

Shades of Limerick #86AC20

Tints of Limerick #86AC20

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.89%

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

R = 39.64%
G = 50.89%
B = 9.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#86AC20 (or 0x86AC20) is known color: Limerick. HEX triplet: 86, AC and 20. RGB value is (134,172,32). Sum of RGB (Red+Green+Blue) = 134+172+32=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AC20 is #7953DF. Grayscale: #919191. Windows color (decimal): -7951328 or 2141318. OLE color: 2141318.

HSL color Cylindrical-coordinate representation of color #86AC20: hue angle of 76.29º degrees, saturation: 0.69, 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 #86AC20 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 32 -
CMYK 0.22 0 0.81 0.33
HSL 76.29º 0.69% 0.4% -
HSV(B) 76.29º 0.81% 0.67% -
XYZ 24.84 34.68 6.75 -
YUV 144.68 64.41 120.38 -
System Red Green Blue C M Y K H S L
Decimal 134 172 32 0.22 0 0.81 0.33 76.29 0.69 0.4
Hex 86 AC 20 16 0 51 21 4C 45 28
Octal 206 254 40 26 0 121 41 114 105 50
Binary 10000110 10101100 100000 10110 0 1010001 100001 1001100 1000101 101000

Color Harmonies of #86AC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC20

Black with #86AC20

Text Example


Text Example

White with #86AC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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