Shades of Limerick #9DB22B
Tints of Limerick #9DB22B
RGB
CMYK
RGB Variations
Color information
#9DB22B (or 0x9DB22B) is known color: Limerick. HEX triplet: 9D, B2 and 2B. RGB value is (157,178,43). Sum of RGB (Red+Green+Blue) = 157+178+43=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB22B is #624DD4. Grayscale: #9C9C9C. Windows color (decimal): -6442453 or 2863773. OLE color: 2863773.
HSL color Cylindrical-coordinate representation of color #9DB22B: hue angle of 69.33º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DB22B is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 43 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.30 |
| HSL | 69.33º | 0.61% | 0.43% | - |
| HSV(B) | 69.33º | 0.76% | 0.7% | - |
| XYZ | 30.26 | 39.18 | 8.25 | - |
| YUV | 156.33 | 64.04 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 43 | 0.12 | 0 | 0.76 | 0.30 | 69.33 | 0.61 | 0.43 |
| Hex | 9D | B2 | 2B | C | 0 | 4C | 1E | 45 | 3D | 2B |
| Octal | 235 | 262 | 53 | 14 | 0 | 114 | 36 | 105 | 75 | 53 |
| Binary | 10011101 | 10110010 | 101011 | 1100 | 0 | 1001100 | 11110 | 1000101 | 111101 | 101011 |
Color Harmonies of #9DB22B
Complementary color
Monochromatic Colors of #9DB22B
Black with #9DB22B
Text Example
Text Example
White with #9DB22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB22B; }
p { color: rgb(157,178,43); }
H1.HeaderClassName
{
color: #9DB22B;
}
.AnyTagClassName
{
color: #9DB22B;
}
</style>
background-color css
<style>
a { background-color: #9DB22B; }
a { background-color: rgb(157,178,43); }
div.DivClassName
{
background-color: #9DB22B;
}
.BgClassName
{
background-color: #9DB22B;
}
</style>
border-color css
<style>
span { border-color: #9DB22B; }
span { border-color: rgb(157,178,43); }
td.TdClassName
{
border-color: #9DB22B;
}
.TagClassName
{
border-color: #9DB22B;
}
</style>