Shades of Limerick #8CB933
Tints of Limerick #8CB933
RGB
CMYK
RGB Variations
Color information
#8CB933 (or 0x8CB933) is known color: Limerick. HEX triplet: 8C, B9 and 33. RGB value is (140,185,51). Sum of RGB (Red+Green+Blue) = 140+185+51=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB933 is #7346CC. Grayscale: #9C9C9C. Windows color (decimal): -7554765 or 3389836. OLE color: 3389836.
HSL color Cylindrical-coordinate representation of color #8CB933: hue angle of 80.15º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CB933 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 185 | 51 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.27 |
| HSL | 80.15º | 0.57% | 0.46% | - |
| HSV(B) | 80.15º | 0.72% | 0.73% | - |
| XYZ | 28.76 | 40.51 | 9.44 | - |
| YUV | 156.27 | 68.59 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 185 | 51 | 0.24 | 0 | 0.72 | 0.27 | 80.15 | 0.57 | 0.46 |
| Hex | 8C | B9 | 33 | 18 | 0 | 48 | 1B | 50 | 39 | 2E |
| Octal | 214 | 271 | 63 | 30 | 0 | 110 | 33 | 120 | 71 | 56 |
| Binary | 10001100 | 10111001 | 110011 | 11000 | 0 | 1001000 | 11011 | 1010000 | 111001 | 101110 |
Color Harmonies of #8CB933
Complementary color
Monochromatic Colors of #8CB933
Black with #8CB933
Text Example
Text Example
White with #8CB933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB933; }
p { color: rgb(140,185,51); }
H1.HeaderClassName
{
color: #8CB933;
}
.AnyTagClassName
{
color: #8CB933;
}
</style>
background-color css
<style>
a { background-color: #8CB933; }
a { background-color: rgb(140,185,51); }
div.DivClassName
{
background-color: #8CB933;
}
.BgClassName
{
background-color: #8CB933;
}
</style>
border-color css
<style>
span { border-color: #8CB933; }
span { border-color: rgb(140,185,51); }
td.TdClassName
{
border-color: #8CB933;
}
.TagClassName
{
border-color: #8CB933;
}
</style>