Shades of Limerick #9BAD27
Tints of Limerick #9BAD27
RGB
CMYK
RGB Variations
Color information
#9BAD27 (or 0x9BAD27) is known color: Limerick. HEX triplet: 9B, AD and 27. RGB value is (155,173,39). Sum of RGB (Red+Green+Blue) = 155+173+39=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAD27 is #6452D8. Grayscale: #989898. Windows color (decimal): -6574809 or 2600347. OLE color: 2600347.
HSL color Cylindrical-coordinate representation of color #9BAD27: hue angle of 68.06º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BAD27 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 39 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.32 |
| HSL | 68.06º | 0.63% | 0.42% | - |
| HSV(B) | 68.06º | 0.77% | 0.68% | - |
| XYZ | 28.83 | 37 | 7.54 | - |
| YUV | 152.34 | 64.04 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 39 | 0.10 | 0 | 0.77 | 0.32 | 68.06 | 0.63 | 0.42 |
| Hex | 9B | AD | 27 | A | 0 | 4D | 20 | 44 | 3F | 2A |
| Octal | 233 | 255 | 47 | 12 | 0 | 115 | 40 | 104 | 77 | 52 |
| Binary | 10011011 | 10101101 | 100111 | 1010 | 0 | 1001101 | 100000 | 1000100 | 111111 | 101010 |
Color Harmonies of #9BAD27
Complementary color
Monochromatic Colors of #9BAD27
Black with #9BAD27
Text Example
Text Example
White with #9BAD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD27; }
p { color: rgb(155,173,39); }
H1.HeaderClassName
{
color: #9BAD27;
}
.AnyTagClassName
{
color: #9BAD27;
}
</style>
background-color css
<style>
a { background-color: #9BAD27; }
a { background-color: rgb(155,173,39); }
div.DivClassName
{
background-color: #9BAD27;
}
.BgClassName
{
background-color: #9BAD27;
}
</style>
border-color css
<style>
span { border-color: #9BAD27; }
span { border-color: rgb(155,173,39); }
td.TdClassName
{
border-color: #9BAD27;
}
.TagClassName
{
border-color: #9BAD27;
}
</style>