Shades of Limerick #9BB72D
Tints of Limerick #9BB72D
RGB
CMYK
RGB Variations
Color information
#9BB72D (or 0x9BB72D) is known color: Limerick. HEX triplet: 9B, B7 and 2D. RGB value is (155,183,45). Sum of RGB (Red+Green+Blue) = 155+183+45=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB72D is #6448D2. Grayscale: #9F9F9F. Windows color (decimal): -6572243 or 2996123. OLE color: 2996123.
HSL color Cylindrical-coordinate representation of color #9BB72D: hue angle of 72.17º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BB72D is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 183 | 45 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.28 |
| HSL | 72.17º | 0.61% | 0.45% | - |
| HSV(B) | 72.17º | 0.75% | 0.72% | - |
| XYZ | 30.92 | 41.03 | 8.77 | - |
| YUV | 158.9 | 63.72 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 183 | 45 | 0.15 | 0 | 0.75 | 0.28 | 72.17 | 0.61 | 0.45 |
| Hex | 9B | B7 | 2D | F | 0 | 4B | 1C | 48 | 3D | 2D |
| Octal | 233 | 267 | 55 | 17 | 0 | 113 | 34 | 110 | 75 | 55 |
| Binary | 10011011 | 10110111 | 101101 | 1111 | 0 | 1001011 | 11100 | 1001000 | 111101 | 101101 |
Color Harmonies of #9BB72D
Complementary color
Monochromatic Colors of #9BB72D
Black with #9BB72D
Text Example
Text Example
White with #9BB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB72D; }
p { color: rgb(155,183,45); }
H1.HeaderClassName
{
color: #9BB72D;
}
.AnyTagClassName
{
color: #9BB72D;
}
</style>
background-color css
<style>
a { background-color: #9BB72D; }
a { background-color: rgb(155,183,45); }
div.DivClassName
{
background-color: #9BB72D;
}
.BgClassName
{
background-color: #9BB72D;
}
</style>
border-color css
<style>
span { border-color: #9BB72D; }
span { border-color: rgb(155,183,45); }
td.TdClassName
{
border-color: #9BB72D;
}
.TagClassName
{
border-color: #9BB72D;
}
</style>