Shades of Limerick #9DB32F
Tints of Limerick #9DB32F
RGB
CMYK
RGB Variations
Color information
#9DB32F (or 0x9DB32F) is known color: Limerick. HEX triplet: 9D, B3 and 2F. RGB value is (157,179,47). Sum of RGB (Red+Green+Blue) = 157+179+47=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB32F is #624CD0. Grayscale: #9D9D9D. Windows color (decimal): -6442193 or 3126173. OLE color: 3126173.
HSL color Cylindrical-coordinate representation of color #9DB32F: hue angle of 70º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9DB32F is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 47 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.30 |
| HSL | 70º | 0.58% | 0.44% | - |
| HSV(B) | 70º | 0.74% | 0.7% | - |
| XYZ | 30.54 | 39.61 | 8.73 | - |
| YUV | 157.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 47 | 0.12 | 0 | 0.74 | 0.30 | 70 | 0.58 | 0.44 |
| Hex | 9D | B3 | 2F | C | 0 | 4A | 1E | 46 | 3A | 2C |
| Octal | 235 | 263 | 57 | 14 | 0 | 112 | 36 | 106 | 72 | 54 |
| Binary | 10011101 | 10110011 | 101111 | 1100 | 0 | 1001010 | 11110 | 1000110 | 111010 | 101100 |
Color Harmonies of #9DB32F
Complementary color
Monochromatic Colors of #9DB32F
Black with #9DB32F
Text Example
Text Example
White with #9DB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB32F; }
p { color: rgb(157,179,47); }
H1.HeaderClassName
{
color: #9DB32F;
}
.AnyTagClassName
{
color: #9DB32F;
}
</style>
background-color css
<style>
a { background-color: #9DB32F; }
a { background-color: rgb(157,179,47); }
div.DivClassName
{
background-color: #9DB32F;
}
.BgClassName
{
background-color: #9DB32F;
}
</style>
border-color css
<style>
span { border-color: #9DB32F; }
span { border-color: rgb(157,179,47); }
td.TdClassName
{
border-color: #9DB32F;
}
.TagClassName
{
border-color: #9DB32F;
}
</style>