Shades of Limerick #9DB03B
Tints of Limerick #9DB03B
RGB
CMYK
RGB Variations
Color information
#9DB03B (or 0x9DB03B) is known color: Limerick. HEX triplet: 9D, B0 and 3B. RGB value is (157,176,59). Sum of RGB (Red+Green+Blue) = 157+176+59=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB03B is #624FC4. Grayscale: #9D9D9D. Windows color (decimal): -6442949 or 3911837. OLE color: 3911837.
HSL color Cylindrical-coordinate representation of color #9DB03B: hue angle of 69.74º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DB03B is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 59 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.31 |
| HSL | 69.74º | 0.5% | 0.46% | - |
| HSV(B) | 69.74º | 0.66% | 0.69% | - |
| XYZ | 30.22 | 38.53 | 9.98 | - |
| YUV | 156.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 59 | 0.11 | 0 | 0.66 | 0.31 | 69.74 | 0.5 | 0.46 |
| Hex | 9D | B0 | 3B | B | 0 | 42 | 1F | 46 | 32 | 2E |
| Octal | 235 | 260 | 73 | 13 | 0 | 102 | 37 | 106 | 62 | 56 |
| Binary | 10011101 | 10110000 | 111011 | 1011 | 0 | 1000010 | 11111 | 1000110 | 110010 | 101110 |
Color Harmonies of #9DB03B
Complementary color
Monochromatic Colors of #9DB03B
Black with #9DB03B
Text Example
Text Example
White with #9DB03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB03B; }
p { color: rgb(157,176,59); }
H1.HeaderClassName
{
color: #9DB03B;
}
.AnyTagClassName
{
color: #9DB03B;
}
</style>
background-color css
<style>
a { background-color: #9DB03B; }
a { background-color: rgb(157,176,59); }
div.DivClassName
{
background-color: #9DB03B;
}
.BgClassName
{
background-color: #9DB03B;
}
</style>
border-color css
<style>
span { border-color: #9DB03B; }
span { border-color: rgb(157,176,59); }
td.TdClassName
{
border-color: #9DB03B;
}
.TagClassName
{
border-color: #9DB03B;
}
</style>