Html Css Color HEX #86AC21 Limerick

📋 copy color: '#86AC21'

red 134 ◦ green 172 ◦ blue 33

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

Shades of Limerick #86AC21

Tints of Limerick #86AC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.73%

R = 39.53%
G = 50.74%
B = 9.73%

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

#86AC21 (or 0x86AC21) is known color: Limerick. HEX triplet: 86, AC and 21. RGB value is (134,172,33). Sum of RGB (Red+Green+Blue) = 134+172+33=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AC21 is #7953DE. Grayscale: #919191. Windows color (decimal): -7951327 or 2206854. OLE color: 2206854.

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

Color convert

RGB 134 172 33 -
CMYK 0.22 0 0.81 0.33
HSL 76.4º 0.68% 0.4% -
HSV(B) 76.4º 0.81% 0.67% -
XYZ 24.86 34.68 6.82 -
YUV 144.79 64.91 120.3 -
System Red Green Blue C M Y K H S L
Decimal 134 172 33 0.22 0 0.81 0.33 76.4 0.68 0.4
Hex 86 AC 21 16 0 51 21 4C 44 28
Octal 206 254 41 26 0 121 41 114 104 50
Binary 10000110 10101100 100001 10110 0 1010001 100001 1001100 1000100 101000

Color Harmonies of #86AC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC21

Black with #86AC21

Text Example


Text Example

White with #86AC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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