Shades of Limerick #9BAC24
Tints of Limerick #9BAC24
RGB
CMYK
RGB Variations
Color information
#9BAC24 (or 0x9BAC24) is known color: Limerick. HEX triplet: 9B, AC and 24. RGB value is (155,172,36). Sum of RGB (Red+Green+Blue) = 155+172+36=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAC24 is #6453DB. Grayscale: #979797. Windows color (decimal): -6575068 or 2403483. OLE color: 2403483.
HSL color Cylindrical-coordinate representation of color #9BAC24: hue angle of 67.5º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9BAC24 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 36 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.33 |
| HSL | 67.5º | 0.65% | 0.41% | - |
| HSV(B) | 67.5º | 0.79% | 0.67% | - |
| XYZ | 28.59 | 36.6 | 7.23 | - |
| YUV | 151.41 | 62.87 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 36 | 0.10 | 0 | 0.79 | 0.33 | 67.5 | 0.65 | 0.41 |
| Hex | 9B | AC | 24 | A | 0 | 4F | 21 | 44 | 41 | 29 |
| Octal | 233 | 254 | 44 | 12 | 0 | 117 | 41 | 104 | 101 | 51 |
| Binary | 10011011 | 10101100 | 100100 | 1010 | 0 | 1001111 | 100001 | 1000100 | 1000001 | 101001 |
Color Harmonies of #9BAC24
Complementary color
Monochromatic Colors of #9BAC24
Black with #9BAC24
Text Example
Text Example
White with #9BAC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC24; }
p { color: rgb(155,172,36); }
H1.HeaderClassName
{
color: #9BAC24;
}
.AnyTagClassName
{
color: #9BAC24;
}
</style>
background-color css
<style>
a { background-color: #9BAC24; }
a { background-color: rgb(155,172,36); }
div.DivClassName
{
background-color: #9BAC24;
}
.BgClassName
{
background-color: #9BAC24;
}
</style>
border-color css
<style>
span { border-color: #9BAC24; }
span { border-color: rgb(155,172,36); }
td.TdClassName
{
border-color: #9BAC24;
}
.TagClassName
{
border-color: #9BAC24;
}
</style>