Shades of Limerick #9DB038
Tints of Limerick #9DB038
RGB
CMYK
RGB Variations
Color information
#9DB038 (or 0x9DB038) is known color: Limerick. HEX triplet: 9D, B0 and 38. RGB value is (157,176,56). Sum of RGB (Red+Green+Blue) = 157+176+56=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB038 is #624FC7. Grayscale: #9D9D9D. Windows color (decimal): -6442952 or 3715229. OLE color: 3715229.
HSL color Cylindrical-coordinate representation of color #9DB038: hue angle of 69.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DB038 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 56 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.31 |
| HSL | 69.5º | 0.52% | 0.45% | - |
| HSV(B) | 69.5º | 0.68% | 0.69% | - |
| XYZ | 30.14 | 38.5 | 9.58 | - |
| YUV | 156.64 | 71.21 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 56 | 0.11 | 0 | 0.68 | 0.31 | 69.5 | 0.52 | 0.45 |
| Hex | 9D | B0 | 38 | B | 0 | 44 | 1F | 46 | 34 | 2D |
| Octal | 235 | 260 | 70 | 13 | 0 | 104 | 37 | 106 | 64 | 55 |
| Binary | 10011101 | 10110000 | 111000 | 1011 | 0 | 1000100 | 11111 | 1000110 | 110100 | 101101 |
Color Harmonies of #9DB038
Complementary color
Monochromatic Colors of #9DB038
Black with #9DB038
Text Example
Text Example
White with #9DB038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB038; }
p { color: rgb(157,176,56); }
H1.HeaderClassName
{
color: #9DB038;
}
.AnyTagClassName
{
color: #9DB038;
}
</style>
background-color css
<style>
a { background-color: #9DB038; }
a { background-color: rgb(157,176,56); }
div.DivClassName
{
background-color: #9DB038;
}
.BgClassName
{
background-color: #9DB038;
}
</style>
border-color css
<style>
span { border-color: #9DB038; }
span { border-color: rgb(157,176,56); }
td.TdClassName
{
border-color: #9DB038;
}
.TagClassName
{
border-color: #9DB038;
}
</style>