#86BC37

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

Shades of Limerick #86BC37

Tints of Limerick #86BC37

Color information

#86BC37 (or 0x86BC37) is unknown color: approx Limerick. HEX triplet: 86, BC and 37. RGB value is (134,188,55). Sum of RGB (Red+Green+Blue) = 134+188+55=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC37 is #7943C8. Grayscale: #9D9D9D. Windows color (decimal): -7947209 or 3652742. OLE color: 3652742.

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

Color convert

RGB13418855-
CMYK0.2900.710.26
HSL84.36º54.73%47.65%-
HSV(B)84.36º70.74%73.73%-
XYZ28.541.3110.09-
YUV156.6970.61111.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 188 (73.83% from 255) = 49.87%
BLUE value IS 55 (21.88% from 255) = 14.59%
R=35.54%
G=49.87%
B=14.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134188550.2900.710.2684.3654.7347.65
Hex86BC371D0471A543730
Octal20627467350107321246760
Binary10000110101111001101111110101000111110101010100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,188,55); }

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

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

 a { background-color: rgb(134,188,55); }

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

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

 span { border-color: rgb(134,188,55); }

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