Shades of Limerick #8BB63C
Tints of Limerick #8BB63C
RGB
CMYK
RGB Variations
Color information
#8BB63C (or 0x8BB63C) is known color: Limerick. HEX triplet: 8B, B6 and 3C. RGB value is (139,182,60). Sum of RGB (Red+Green+Blue) = 139+182+60=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB63C is #7449C3. Grayscale: #9B9B9B. Windows color (decimal): -7621060 or 3978891. OLE color: 3978891.
HSL color Cylindrical-coordinate representation of color #8BB63C: hue angle of 81.15º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BB63C is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 182 | 60 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.29 |
| HSL | 81.15º | 0.5% | 0.47% | - |
| HSV(B) | 81.15º | 0.67% | 0.71% | - |
| XYZ | 28.19 | 39.27 | 10.37 | - |
| YUV | 155.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 60 | 0.24 | 0 | 0.67 | 0.29 | 81.15 | 0.5 | 0.47 |
| Hex | 8B | B6 | 3C | 18 | 0 | 43 | 1D | 51 | 32 | 2F |
| Octal | 213 | 266 | 74 | 30 | 0 | 103 | 35 | 121 | 62 | 57 |
| Binary | 10001011 | 10110110 | 111100 | 11000 | 0 | 1000011 | 11101 | 1010001 | 110010 | 101111 |
Color Harmonies of #8BB63C
Complementary color
Monochromatic Colors of #8BB63C
Black with #8BB63C
Text Example
Text Example
White with #8BB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB63C; }
p { color: rgb(139,182,60); }
H1.HeaderClassName
{
color: #8BB63C;
}
.AnyTagClassName
{
color: #8BB63C;
}
</style>
background-color css
<style>
a { background-color: #8BB63C; }
a { background-color: rgb(139,182,60); }
div.DivClassName
{
background-color: #8BB63C;
}
.BgClassName
{
background-color: #8BB63C;
}
</style>
border-color css
<style>
span { border-color: #8BB63C; }
span { border-color: rgb(139,182,60); }
td.TdClassName
{
border-color: #8BB63C;
}
.TagClassName
{
border-color: #8BB63C;
}
</style>