#86ba32

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

Shades of Limerick #86BA32

Tints of Limerick #86BA32

Color information

#86BA32 (or 0x86BA32) is unknown color: approx Limerick. HEX triplet: 86, BA and 32. RGB value is (134,186,50). Sum of RGB (Red+Green+Blue) = 134+186+50=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA32 is #7945CD. Grayscale: #9B9B9B. Windows color (decimal): -7947726 or 3324550. OLE color: 3324550.

HSL color Cylindrical-coordinate representation of color #86BA32: hue angle of 82.94º degrees, saturation: 0.58, 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 #86BA32 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB13418650-
CMYK0.2800.730.27
HSL82.94º57.63%46.27%-
HSV(B)82.94º73.12%72.94%-
XYZ27.9740.429.34-
YUV154.9568.77113.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 186 (73.05% from 255) = 50.27%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=36.22%
G=50.27%
B=13.51%

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
Decimal134186500.2800.730.2782.9457.6346.27
Hex86BA321C0491B533a2e
Octal20627262340111331237256
Binary10000110101110101100101110001001001110111010011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ba32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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