Shades of Limerick #86BB32
Tints of Limerick #86BB32
RGB
CMYK
RGB Variations
Color information
#86BB32 (or 0x86BB32) is known color: Limerick. HEX triplet: 86, BB and 32. RGB value is (134,187,50). Sum of RGB (Red+Green+Blue) = 134+187+50=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BB32 is #7944CD. Grayscale: #9C9C9C. Windows color (decimal): -7947470 or 3324806. OLE color: 3324806.
HSL color Cylindrical-coordinate representation of color #86BB32: hue angle of 83.21º 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 #86BB32 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 50 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.27 |
| HSL | 83.21º | 0.58% | 0.46% | - |
| HSV(B) | 83.21º | 0.73% | 0.73% | - |
| XYZ | 28.18 | 40.84 | 9.42 | - |
| YUV | 155.54 | 68.44 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 50 | 0.28 | 0 | 0.73 | 0.27 | 83.21 | 0.58 | 0.46 |
| Hex | 86 | BB | 32 | 1C | 0 | 49 | 1B | 53 | 3A | 2E |
| Octal | 206 | 273 | 62 | 34 | 0 | 111 | 33 | 123 | 72 | 56 |
| Binary | 10000110 | 10111011 | 110010 | 11100 | 0 | 1001001 | 11011 | 1010011 | 111010 | 101110 |
Color Harmonies of #86BB32
Complementary color
Monochromatic Colors of #86BB32
Black with #86BB32
Text Example
Text Example
White with #86BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BB32; }
p { color: rgb(134,187,50); }
H1.HeaderClassName
{
color: #86BB32;
}
.AnyTagClassName
{
color: #86BB32;
}
</style>
background-color css
<style>
a { background-color: #86BB32; }
a { background-color: rgb(134,187,50); }
div.DivClassName
{
background-color: #86BB32;
}
.BgClassName
{
background-color: #86BB32;
}
</style>
border-color css
<style>
span { border-color: #86BB32; }
span { border-color: rgb(134,187,50); }
td.TdClassName
{
border-color: #86BB32;
}
.TagClassName
{
border-color: #86BB32;
}
</style>