#86A122

Color #86A122 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #86A122

Tints of Limerick #86A122

Color information

#86A122 (or 0x86A122) is unknown color: approx Limerick. HEX triplet: 86, A1 and 22. RGB value is (134,161,34). Sum of RGB (Red+Green+Blue) = 134+161+34=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #86A122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A122 is #795EDD. Grayscale: #8A8A8A. Windows color (decimal): -7954142 or 2269574. OLE color: 2269574.

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

Color convert

RGB13416134-
CMYK0.1700.790.37
HSL72.76º65.13%38.24%-
HSV(B)72.76º78.88%63.14%-
XYZ22.8730.676.23-
YUV138.4569.05124.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 161 (63.28% from 255) = 48.94%
BLUE value IS 34 (13.67% from 255) = 10.33%
R=40.73%
G=48.94%
B=10.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal134161340.1700.790.3772.7665.1338.24
Hex86A1221104F25494126
Octal206241422101174511110146
Binary1000011010100001100010100010100111110010110010011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86A122;
 }
 .AnyTagClassName
 {
   color: #86A122;
 }
</style>
background-color css

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

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

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

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

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

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