Shades of Limerick #8CB130
Tints of Limerick #8CB130
RGB
CMYK
RGB Variations
Color information
#8CB130 (or 0x8CB130) is known color: Limerick. HEX triplet: 8C, B1 and 30. RGB value is (140,177,48). Sum of RGB (Red+Green+Blue) = 140+177+48=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB130 is #734ECF. Grayscale: #979797. Windows color (decimal): -7556816 or 3191180. OLE color: 3191180.
HSL color Cylindrical-coordinate representation of color #8CB130: hue angle of 77.21º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CB130 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 48 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.31 |
| HSL | 77.21º | 0.57% | 0.44% | - |
| HSV(B) | 77.21º | 0.73% | 0.69% | - |
| XYZ | 27.07 | 37.23 | 8.56 | - |
| YUV | 151.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 48 | 0.21 | 0 | 0.73 | 0.31 | 77.21 | 0.57 | 0.44 |
| Hex | 8C | B1 | 30 | 15 | 0 | 49 | 1F | 4D | 39 | 2C |
| Octal | 214 | 261 | 60 | 25 | 0 | 111 | 37 | 115 | 71 | 54 |
| Binary | 10001100 | 10110001 | 110000 | 10101 | 0 | 1001001 | 11111 | 1001101 | 111001 | 101100 |
Color Harmonies of #8CB130
Complementary color
Monochromatic Colors of #8CB130
Black with #8CB130
Text Example
Text Example
White with #8CB130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB130; }
p { color: rgb(140,177,48); }
H1.HeaderClassName
{
color: #8CB130;
}
.AnyTagClassName
{
color: #8CB130;
}
</style>
background-color css
<style>
a { background-color: #8CB130; }
a { background-color: rgb(140,177,48); }
div.DivClassName
{
background-color: #8CB130;
}
.BgClassName
{
background-color: #8CB130;
}
</style>
border-color css
<style>
span { border-color: #8CB130; }
span { border-color: rgb(140,177,48); }
td.TdClassName
{
border-color: #8CB130;
}
.TagClassName
{
border-color: #8CB130;
}
</style>