Shades of Limerick #9BB82D
Tints of Limerick #9BB82D
RGB
CMYK
RGB Variations
Color information
#9BB82D (or 0x9BB82D) is known color: Limerick. HEX triplet: 9B, B8 and 2D. RGB value is (155,184,45). Sum of RGB (Red+Green+Blue) = 155+184+45=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB82D is #6447D2. Grayscale: #A0A0A0. Windows color (decimal): -6571987 or 2996379. OLE color: 2996379.
HSL color Cylindrical-coordinate representation of color #9BB82D: hue angle of 72.52º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BB82D is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 184 | 45 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.28 |
| HSL | 72.52º | 0.61% | 0.45% | - |
| HSV(B) | 72.52º | 0.76% | 0.72% | - |
| XYZ | 31.13 | 41.44 | 8.84 | - |
| YUV | 159.48 | 63.39 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 45 | 0.16 | 0 | 0.76 | 0.28 | 72.52 | 0.61 | 0.45 |
| Hex | 9B | B8 | 2D | 10 | 0 | 4C | 1C | 49 | 3D | 2D |
| Octal | 233 | 270 | 55 | 20 | 0 | 114 | 34 | 111 | 75 | 55 |
| Binary | 10011011 | 10111000 | 101101 | 10000 | 0 | 1001100 | 11100 | 1001001 | 111101 | 101101 |
Color Harmonies of #9BB82D
Complementary color
Monochromatic Colors of #9BB82D
Black with #9BB82D
Text Example
Text Example
White with #9BB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB82D; }
p { color: rgb(155,184,45); }
H1.HeaderClassName
{
color: #9BB82D;
}
.AnyTagClassName
{
color: #9BB82D;
}
</style>
background-color css
<style>
a { background-color: #9BB82D; }
a { background-color: rgb(155,184,45); }
div.DivClassName
{
background-color: #9BB82D;
}
.BgClassName
{
background-color: #9BB82D;
}
</style>
border-color css
<style>
span { border-color: #9BB82D; }
span { border-color: rgb(155,184,45); }
td.TdClassName
{
border-color: #9BB82D;
}
.TagClassName
{
border-color: #9BB82D;
}
</style>