Shades of Limerick #8BC320
Tints of Limerick #8BC320
RGB
CMYK
RGB Variations
Color information
#8BC320 (or 0x8BC320) is known color: Limerick. HEX triplet: 8B, C3 and 20. RGB value is (139,195,32). Sum of RGB (Red+Green+Blue) = 139+195+32=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC320 is #743CDF. Grayscale: #A0A0A0. Windows color (decimal): -7617760 or 2147211. OLE color: 2147211.
HSL color Cylindrical-coordinate representation of color #8BC320: hue angle of 80.61º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8BC320 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 32 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.24 |
| HSL | 80.61º | 0.72% | 0.45% | - |
| HSV(B) | 80.61º | 0.84% | 0.76% | - |
| XYZ | 30.42 | 44.62 | 8.38 | - |
| YUV | 159.67 | 55.95 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 32 | 0.29 | 0 | 0.84 | 0.24 | 80.61 | 0.72 | 0.45 |
| Hex | 8B | C3 | 20 | 1D | 0 | 54 | 18 | 51 | 48 | 2D |
| Octal | 213 | 303 | 40 | 35 | 0 | 124 | 30 | 121 | 110 | 55 |
| Binary | 10001011 | 11000011 | 100000 | 11101 | 0 | 1010100 | 11000 | 1010001 | 1001000 | 101101 |
Color Harmonies of #8BC320
Complementary color
Monochromatic Colors of #8BC320
Black with #8BC320
Text Example
Text Example
White with #8BC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC320; }
p { color: rgb(139,195,32); }
H1.HeaderClassName
{
color: #8BC320;
}
.AnyTagClassName
{
color: #8BC320;
}
</style>
background-color css
<style>
a { background-color: #8BC320; }
a { background-color: rgb(139,195,32); }
div.DivClassName
{
background-color: #8BC320;
}
.BgClassName
{
background-color: #8BC320;
}
</style>
border-color css
<style>
span { border-color: #8BC320; }
span { border-color: rgb(139,195,32); }
td.TdClassName
{
border-color: #8BC320;
}
.TagClassName
{
border-color: #8BC320;
}
</style>