Shades of Limerick #9DB02C
Tints of Limerick #9DB02C
RGB
CMYK
RGB Variations
Color information
#9DB02C (or 0x9DB02C) is known color: Limerick. HEX triplet: 9D, B0 and 2C. RGB value is (157,176,44). Sum of RGB (Red+Green+Blue) = 157+176+44=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB02C is #624FD3. Grayscale: #9B9B9B. Windows color (decimal): -6442964 or 2928797. OLE color: 2928797.
HSL color Cylindrical-coordinate representation of color #9DB02C: hue angle of 68.64º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DB02C is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 44 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.31 |
| HSL | 68.64º | 0.6% | 0.43% | - |
| HSV(B) | 68.64º | 0.75% | 0.69% | - |
| XYZ | 29.88 | 38.4 | 8.22 | - |
| YUV | 155.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 44 | 0.11 | 0 | 0.75 | 0.31 | 68.64 | 0.6 | 0.43 |
| Hex | 9D | B0 | 2C | B | 0 | 4B | 1F | 45 | 3C | 2B |
| Octal | 235 | 260 | 54 | 13 | 0 | 113 | 37 | 105 | 74 | 53 |
| Binary | 10011101 | 10110000 | 101100 | 1011 | 0 | 1001011 | 11111 | 1000101 | 111100 | 101011 |
Color Harmonies of #9DB02C
Complementary color
Monochromatic Colors of #9DB02C
Black with #9DB02C
Text Example
Text Example
White with #9DB02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB02C; }
p { color: rgb(157,176,44); }
H1.HeaderClassName
{
color: #9DB02C;
}
.AnyTagClassName
{
color: #9DB02C;
}
</style>
background-color css
<style>
a { background-color: #9DB02C; }
a { background-color: rgb(157,176,44); }
div.DivClassName
{
background-color: #9DB02C;
}
.BgClassName
{
background-color: #9DB02C;
}
</style>
border-color css
<style>
span { border-color: #9DB02C; }
span { border-color: rgb(157,176,44); }
td.TdClassName
{
border-color: #9DB02C;
}
.TagClassName
{
border-color: #9DB02C;
}
</style>