Shades of Limerick #8CAA1B
Tints of Limerick #8CAA1B
RGB
CMYK
RGB Variations
Color information
#8CAA1B (or 0x8CAA1B) is known color: Limerick. HEX triplet: 8C, AA and 1B. RGB value is (140,170,27). Sum of RGB (Red+Green+Blue) = 140+170+27=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA1B is #7355E4. Grayscale: #919191. Windows color (decimal): -7558629 or 1813132. OLE color: 1813132.
HSL color Cylindrical-coordinate representation of color #8CAA1B: hue angle of 72.59º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CAA1B is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 27 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.33 |
| HSL | 72.59º | 0.73% | 0.39% | - |
| HSV(B) | 72.59º | 0.84% | 0.67% | - |
| XYZ | 25.39 | 34.4 | 6.34 | - |
| YUV | 144.73 | 61.56 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 27 | 0.18 | 0 | 0.84 | 0.33 | 72.59 | 0.73 | 0.39 |
| Hex | 8C | AA | 1B | 12 | 0 | 54 | 21 | 49 | 49 | 27 |
| Octal | 214 | 252 | 33 | 22 | 0 | 124 | 41 | 111 | 111 | 47 |
| Binary | 10001100 | 10101010 | 11011 | 10010 | 0 | 1010100 | 100001 | 1001001 | 1001001 | 100111 |
Color Harmonies of #8CAA1B
Complementary color
Monochromatic Colors of #8CAA1B
Black with #8CAA1B
Text Example
Text Example
White with #8CAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA1B; }
p { color: rgb(140,170,27); }
H1.HeaderClassName
{
color: #8CAA1B;
}
.AnyTagClassName
{
color: #8CAA1B;
}
</style>
background-color css
<style>
a { background-color: #8CAA1B; }
a { background-color: rgb(140,170,27); }
div.DivClassName
{
background-color: #8CAA1B;
}
.BgClassName
{
background-color: #8CAA1B;
}
</style>
border-color css
<style>
span { border-color: #8CAA1B; }
span { border-color: rgb(140,170,27); }
td.TdClassName
{
border-color: #8CAA1B;
}
.TagClassName
{
border-color: #8CAA1B;
}
</style>