Html Css Color HEX #86A121 Limerick

📋 copy color: '#86A121'

red 134 ◦ green 161 ◦ blue 33

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

Shades of Limerick #86A121

Tints of Limerick #86A121

RGB

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

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

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

R = 40.85%
G = 49.09%
B = 10.06%

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

#86A121 (or 0x86A121) is known color: Limerick. HEX triplet: 86, A1 and 21. RGB value is (134,161,33). Sum of RGB (Red+Green+Blue) = 134+161+33=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #86A121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A121 is #795EDE. Grayscale: #8A8A8A. Windows color (decimal): -7954143 or 2204038. OLE color: 2204038.

HSL color Cylindrical-coordinate representation of color #86A121: hue angle of 72.66º degrees, saturation: 0.66, 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 #86A121 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 161 33 -
CMYK 0.17 0 0.80 0.37
HSL 72.66º 0.66% 0.38% -
HSV(B) 72.66º 0.8% 0.63% -
XYZ 22.85 30.67 6.15 -
YUV 138.34 68.55 124.91 -
System Red Green Blue C M Y K H S L
Decimal 134 161 33 0.17 0 0.80 0.37 72.66 0.66 0.38
Hex 86 A1 21 11 0 50 25 49 42 26
Octal 206 241 41 21 0 120 45 111 102 46
Binary 10000110 10100001 100001 10001 0 1010000 100101 1001001 1000010 100110

Color Harmonies of #86A121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A121

Black with #86A121

Text Example


Text Example

White with #86A121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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