#86B535

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

Shades of Limerick #86B535

Tints of Limerick #86B535

Color information

#86B535 (or 0x86B535) is unknown color: approx Limerick. HEX triplet: 86, B5 and 35. RGB value is (134,181,53). Sum of RGB (Red+Green+Blue) = 134+181+53=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #86B535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B535 is #794ACA. Grayscale: #989898. Windows color (decimal): -7949003 or 3519878. OLE color: 3519878.

HSL color Cylindrical-coordinate representation of color #86B535: hue angle of 82.03º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86B535 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB13418153-
CMYK0.2600.710.29
HSL82.03º54.7%45.88%-
HSV(B)82.03º70.72%70.98%-
XYZ2738.379.35-
YUV152.3571.93114.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 181 (71.09% from 255) = 49.18%
BLUE value IS 53 (21.09% from 255) = 14.40%
R=36.41%
G=49.18%
B=14.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134181530.2600.710.2982.0354.745.88
Hex86B5351A0471D52372e
Octal20626565320107351226756
Binary10000110101101011101011101001000111111011010010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,181,53); }

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

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

 a { background-color: rgb(134,181,53); }

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

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

 span { border-color: rgb(134,181,53); }

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