Shades of Limerick #9BB42D
Tints of Limerick #9BB42D
RGB
CMYK
RGB Variations
Color information
#9BB42D (or 0x9BB42D) is known color: Limerick. HEX triplet: 9B, B4 and 2D. RGB value is (155,180,45). Sum of RGB (Red+Green+Blue) = 155+180+45=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB42D is #644BD2. Grayscale: #9D9D9D. Windows color (decimal): -6573011 or 2995355. OLE color: 2995355.
HSL color Cylindrical-coordinate representation of color #9BB42D: hue angle of 71.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BB42D is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 180 | 45 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.29 |
| HSL | 71.11º | 0.6% | 0.44% | - |
| HSV(B) | 71.11º | 0.75% | 0.71% | - |
| XYZ | 30.31 | 39.8 | 8.57 | - |
| YUV | 157.14 | 64.72 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 180 | 45 | 0.14 | 0 | 0.75 | 0.29 | 71.11 | 0.6 | 0.44 |
| Hex | 9B | B4 | 2D | E | 0 | 4B | 1D | 47 | 3C | 2C |
| Octal | 233 | 264 | 55 | 16 | 0 | 113 | 35 | 107 | 74 | 54 |
| Binary | 10011011 | 10110100 | 101101 | 1110 | 0 | 1001011 | 11101 | 1000111 | 111100 | 101100 |
Color Harmonies of #9BB42D
Complementary color
Monochromatic Colors of #9BB42D
Black with #9BB42D
Text Example
Text Example
White with #9BB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB42D; }
p { color: rgb(155,180,45); }
H1.HeaderClassName
{
color: #9BB42D;
}
.AnyTagClassName
{
color: #9BB42D;
}
</style>
background-color css
<style>
a { background-color: #9BB42D; }
a { background-color: rgb(155,180,45); }
div.DivClassName
{
background-color: #9BB42D;
}
.BgClassName
{
background-color: #9BB42D;
}
</style>
border-color css
<style>
span { border-color: #9BB42D; }
span { border-color: rgb(155,180,45); }
td.TdClassName
{
border-color: #9BB42D;
}
.TagClassName
{
border-color: #9BB42D;
}
</style>