#86A628

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

Shades of Limerick #86A628

Tints of Limerick #86A628

Color information

#86A628 (or 0x86A628) is unknown color: approx Limerick. HEX triplet: 86, A6 and 28. RGB value is (134,166,40). Sum of RGB (Red+Green+Blue) = 134+166+40=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #86A628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A628 is #7959D7. Grayscale: #8E8E8E. Windows color (decimal): -7952856 or 2664070. OLE color: 2664070.

HSL color Cylindrical-coordinate representation of color #86A628: hue angle of 75.24º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86A628 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB13416640-
CMYK0.1900.760.35
HSL75.24º61.17%40.39%-
HSV(B)75.24º75.9%65.1%-
XYZ23.8532.497.02-
YUV142.0770.4122.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 166 (65.23% from 255) = 48.82%
BLUE value IS 40 (16.02% from 255) = 11.76%
R=39.41%
G=48.82%
B=11.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134166400.1900.760.3575.2461.1740.39
Hex86A6281304C234b3d28
Octal20624650230114431137550
Binary100001101010011010100010011010011001000111001011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,166,40); }

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

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

 a { background-color: rgb(134,166,40); }

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

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

 span { border-color: rgb(134,166,40); }

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