#86B833

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

Shades of Limerick #86B833

Tints of Limerick #86B833

Color information

#86B833 (or 0x86B833) is unknown color: approx Limerick. HEX triplet: 86, B8 and 33. RGB value is (134,184,51). Sum of RGB (Red+Green+Blue) = 134+184+51=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #86B833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B833 is #7947CC. Grayscale: #9A9A9A. Windows color (decimal): -7948237 or 3389574. OLE color: 3389574.

HSL color Cylindrical-coordinate representation of color #86B833: hue angle of 82.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86B833 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB13418451-
CMYK0.2700.720.28
HSL82.56º56.6%46.08%-
HSV(B)82.56º72.28%72.16%-
XYZ27.5739.599.32-
YUV153.8969.94113.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 184 (72.27% from 255) = 49.86%
BLUE value IS 51 (20.31% from 255) = 13.82%
R=36.31%
G=49.86%
B=13.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134184510.2700.720.2882.5656.646.08
Hex86B8331B0481C53392e
Octal20627063330110341237156
Binary10000110101110001100111101101001000111001010011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,184,51); }

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

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

 a { background-color: rgb(134,184,51); }

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

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

 span { border-color: rgb(134,184,51); }

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