#86B531

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

Shades of Limerick #86B531

Tints of Limerick #86B531

Color information

#86B531 (or 0x86B531) is unknown color: approx Limerick. HEX triplet: 86, B5 and 31. RGB value is (134,181,49). Sum of RGB (Red+Green+Blue) = 134+181+49=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #86B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B531 is #794ACE. Grayscale: #989898. Windows color (decimal): -7949007 or 3257734. OLE color: 3257734.

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

Color convert

RGB13418149-
CMYK0.2600.730.29
HSL81.36º57.39%45.1%-
HSV(B)81.36º72.93%70.98%-
XYZ26.9138.348.89-
YUV151.969.93115.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 181 (71.09% from 255) = 49.73%
BLUE value IS 49 (19.53% from 255) = 13.46%
R=36.81%
G=49.73%
B=13.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134181490.2600.730.2981.3657.3945.1
Hex86B5311A0491D51392d
Octal20626561320111351217155
Binary10000110101101011100011101001001001111011010001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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