#86BA33

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

Shades of Limerick #86BA33

Tints of Limerick #86BA33

Color information

#86BA33 (or 0x86BA33) is unknown color: approx Limerick. HEX triplet: 86, BA and 33. RGB value is (134,186,51). Sum of RGB (Red+Green+Blue) = 134+186+51=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA33 is #7945CC. Grayscale: #9B9B9B. Windows color (decimal): -7947725 or 3390086. OLE color: 3390086.

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

Color convert

RGB13418651-
CMYK0.2800.730.27
HSL83.11º56.96%46.47%-
HSV(B)83.11º72.58%72.94%-
XYZ27.9940.439.46-
YUV155.0669.27112.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 186 (73.05% from 255) = 50.13%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=36.12%
G=50.13%
B=13.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134186510.2800.730.2783.1156.9646.47
Hex86BA331C0491B53392e
Octal20627263340111331237156
Binary10000110101110101100111110001001001110111010011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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