Shades of Limerick #9DA93B
Tints of Limerick #9DA93B
RGB
CMYK
RGB Variations
Color information
#9DA93B (or 0x9DA93B) is known color: Limerick. HEX triplet: 9D, A9 and 3B. RGB value is (157,169,59). Sum of RGB (Red+Green+Blue) = 157+169+59=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA93B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA93B is #6256C4. Grayscale: #999999. Windows color (decimal): -6444741 or 3910045. OLE color: 3910045.
HSL color Cylindrical-coordinate representation of color #9DA93B: hue angle of 66.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DA93B is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 169 | 59 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.34 |
| HSL | 66.55º | 0.48% | 0.45% | - |
| HSV(B) | 66.55º | 0.65% | 0.66% | - |
| XYZ | 28.88 | 35.86 | 9.54 | - |
| YUV | 152.87 | 75.02 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 59 | 0.07 | 0 | 0.65 | 0.34 | 66.55 | 0.48 | 0.45 |
| Hex | 9D | A9 | 3B | 7 | 0 | 41 | 22 | 43 | 30 | 2D |
| Octal | 235 | 251 | 73 | 7 | 0 | 101 | 42 | 103 | 60 | 55 |
| Binary | 10011101 | 10101001 | 111011 | 111 | 0 | 1000001 | 100010 | 1000011 | 110000 | 101101 |
Color Harmonies of #9DA93B
Complementary color
Monochromatic Colors of #9DA93B
Black with #9DA93B
Text Example
Text Example
White with #9DA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA93B; }
p { color: rgb(157,169,59); }
H1.HeaderClassName
{
color: #9DA93B;
}
.AnyTagClassName
{
color: #9DA93B;
}
</style>
background-color css
<style>
a { background-color: #9DA93B; }
a { background-color: rgb(157,169,59); }
div.DivClassName
{
background-color: #9DA93B;
}
.BgClassName
{
background-color: #9DA93B;
}
</style>
border-color css
<style>
span { border-color: #9DA93B; }
span { border-color: rgb(157,169,59); }
td.TdClassName
{
border-color: #9DA93B;
}
.TagClassName
{
border-color: #9DA93B;
}
</style>