Shades of Limerick #9DB233
Tints of Limerick #9DB233
RGB
CMYK
RGB Variations
Color information
#9DB233 (or 0x9DB233) is known color: Limerick. HEX triplet: 9D, B2 and 33. RGB value is (157,178,51). Sum of RGB (Red+Green+Blue) = 157+178+51=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB233 is #624DCC. Grayscale: #9D9D9D. Windows color (decimal): -6442445 or 3388061. OLE color: 3388061.
HSL color Cylindrical-coordinate representation of color #9DB233: hue angle of 69.92º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DB233 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 51 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.30 |
| HSL | 69.92º | 0.55% | 0.45% | - |
| HSV(B) | 69.92º | 0.71% | 0.7% | - |
| XYZ | 30.42 | 39.25 | 9.1 | - |
| YUV | 157.24 | 68.04 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 51 | 0.12 | 0 | 0.71 | 0.30 | 69.92 | 0.55 | 0.45 |
| Hex | 9D | B2 | 33 | C | 0 | 47 | 1E | 46 | 37 | 2D |
| Octal | 235 | 262 | 63 | 14 | 0 | 107 | 36 | 106 | 67 | 55 |
| Binary | 10011101 | 10110010 | 110011 | 1100 | 0 | 1000111 | 11110 | 1000110 | 110111 | 101101 |
Color Harmonies of #9DB233
Complementary color
Monochromatic Colors of #9DB233
Black with #9DB233
Text Example
Text Example
White with #9DB233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB233; }
p { color: rgb(157,178,51); }
H1.HeaderClassName
{
color: #9DB233;
}
.AnyTagClassName
{
color: #9DB233;
}
</style>
background-color css
<style>
a { background-color: #9DB233; }
a { background-color: rgb(157,178,51); }
div.DivClassName
{
background-color: #9DB233;
}
.BgClassName
{
background-color: #9DB233;
}
</style>
border-color css
<style>
span { border-color: #9DB233; }
span { border-color: rgb(157,178,51); }
td.TdClassName
{
border-color: #9DB233;
}
.TagClassName
{
border-color: #9DB233;
}
</style>