Shades of Limerick #9AB727
Tints of Limerick #9AB727
RGB
CMYK
RGB Variations
Color information
#9AB727 (or 0x9AB727) is known color: Limerick. HEX triplet: 9A, B7 and 27. RGB value is (154,183,39). Sum of RGB (Red+Green+Blue) = 154+183+39=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB727 is #6548D8. Grayscale: #9E9E9E. Windows color (decimal): -6637785 or 2602906. OLE color: 2602906.
HSL color Cylindrical-coordinate representation of color #9AB727: hue angle of 72.08º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9AB727 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 183 | 39 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.28 |
| HSL | 72.08º | 0.65% | 0.44% | - |
| HSV(B) | 72.08º | 0.79% | 0.72% | - |
| XYZ | 30.63 | 40.88 | 8.2 | - |
| YUV | 157.91 | 60.89 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 39 | 0.16 | 0 | 0.79 | 0.28 | 72.08 | 0.65 | 0.44 |
| Hex | 9A | B7 | 27 | 10 | 0 | 4F | 1C | 48 | 41 | 2C |
| Octal | 232 | 267 | 47 | 20 | 0 | 117 | 34 | 110 | 101 | 54 |
| Binary | 10011010 | 10110111 | 100111 | 10000 | 0 | 1001111 | 11100 | 1001000 | 1000001 | 101100 |
Color Harmonies of #9AB727
Complementary color
Monochromatic Colors of #9AB727
Black with #9AB727
Text Example
Text Example
White with #9AB727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB727; }
p { color: rgb(154,183,39); }
H1.HeaderClassName
{
color: #9AB727;
}
.AnyTagClassName
{
color: #9AB727;
}
</style>
background-color css
<style>
a { background-color: #9AB727; }
a { background-color: rgb(154,183,39); }
div.DivClassName
{
background-color: #9AB727;
}
.BgClassName
{
background-color: #9AB727;
}
</style>
border-color css
<style>
span { border-color: #9AB727; }
span { border-color: rgb(154,183,39); }
td.TdClassName
{
border-color: #9AB727;
}
.TagClassName
{
border-color: #9AB727;
}
</style>