Shades of Limerick #9BAC28
Tints of Limerick #9BAC28
RGB
CMYK
RGB Variations
Color information
#9BAC28 (or 0x9BAC28) is known color: Limerick. HEX triplet: 9B, AC and 28. RGB value is (155,172,40). Sum of RGB (Red+Green+Blue) = 155+172+40=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAC28 is #6453D7. Grayscale: #989898. Windows color (decimal): -6575064 or 2665627. OLE color: 2665627.
HSL color Cylindrical-coordinate representation of color #9BAC28: hue angle of 67.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BAC28 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 40 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.33 |
| HSL | 67.73º | 0.62% | 0.42% | - |
| HSV(B) | 67.73º | 0.77% | 0.67% | - |
| XYZ | 28.65 | 36.63 | 7.57 | - |
| YUV | 151.87 | 64.87 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 40 | 0.10 | 0 | 0.77 | 0.33 | 67.73 | 0.62 | 0.42 |
| Hex | 9B | AC | 28 | A | 0 | 4D | 21 | 44 | 3E | 2A |
| Octal | 233 | 254 | 50 | 12 | 0 | 115 | 41 | 104 | 76 | 52 |
| Binary | 10011011 | 10101100 | 101000 | 1010 | 0 | 1001101 | 100001 | 1000100 | 111110 | 101010 |
Color Harmonies of #9BAC28
Complementary color
Monochromatic Colors of #9BAC28
Black with #9BAC28
Text Example
Text Example
White with #9BAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC28; }
p { color: rgb(155,172,40); }
H1.HeaderClassName
{
color: #9BAC28;
}
.AnyTagClassName
{
color: #9BAC28;
}
</style>
background-color css
<style>
a { background-color: #9BAC28; }
a { background-color: rgb(155,172,40); }
div.DivClassName
{
background-color: #9BAC28;
}
.BgClassName
{
background-color: #9BAC28;
}
</style>
border-color css
<style>
span { border-color: #9BAC28; }
span { border-color: rgb(155,172,40); }
td.TdClassName
{
border-color: #9BAC28;
}
.TagClassName
{
border-color: #9BAC28;
}
</style>