Shades of Limerick #8CB830
Tints of Limerick #8CB830
RGB
CMYK
RGB Variations
Color information
#8CB830 (or 0x8CB830) is known color: Limerick. HEX triplet: 8C, B8 and 30. RGB value is (140,184,48). Sum of RGB (Red+Green+Blue) = 140+184+48=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB830 is #7347CF. Grayscale: #9B9B9B. Windows color (decimal): -7555024 or 3192972. OLE color: 3192972.
HSL color Cylindrical-coordinate representation of color #8CB830: hue angle of 79.41º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CB830 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 184 | 48 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.28 |
| HSL | 79.41º | 0.59% | 0.45% | - |
| HSV(B) | 79.41º | 0.74% | 0.72% | - |
| XYZ | 28.49 | 40.07 | 9.03 | - |
| YUV | 155.34 | 67.42 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 48 | 0.24 | 0 | 0.74 | 0.28 | 79.41 | 0.59 | 0.45 |
| Hex | 8C | B8 | 30 | 18 | 0 | 4A | 1C | 4F | 3B | 2D |
| Octal | 214 | 270 | 60 | 30 | 0 | 112 | 34 | 117 | 73 | 55 |
| Binary | 10001100 | 10111000 | 110000 | 11000 | 0 | 1001010 | 11100 | 1001111 | 111011 | 101101 |
Color Harmonies of #8CB830
Complementary color
Monochromatic Colors of #8CB830
Black with #8CB830
Text Example
Text Example
White with #8CB830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB830; }
p { color: rgb(140,184,48); }
H1.HeaderClassName
{
color: #8CB830;
}
.AnyTagClassName
{
color: #8CB830;
}
</style>
background-color css
<style>
a { background-color: #8CB830; }
a { background-color: rgb(140,184,48); }
div.DivClassName
{
background-color: #8CB830;
}
.BgClassName
{
background-color: #8CB830;
}
</style>
border-color css
<style>
span { border-color: #8CB830; }
span { border-color: rgb(140,184,48); }
td.TdClassName
{
border-color: #8CB830;
}
.TagClassName
{
border-color: #8CB830;
}
</style>