Shades of Limerick #9BB33C
Tints of Limerick #9BB33C
RGB
CMYK
RGB Variations
Color information
#9BB33C (or 0x9BB33C) is known color: Limerick. HEX triplet: 9B, B3 and 3C. RGB value is (155,179,60). Sum of RGB (Red+Green+Blue) = 155+179+60=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB33C is #644CC3. Grayscale: #9E9E9E. Windows color (decimal): -6573252 or 3978139. OLE color: 3978139.
HSL color Cylindrical-coordinate representation of color #9BB33C: hue angle of 72.1º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BB33C is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 60 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.30 |
| HSL | 72.1º | 0.5% | 0.47% | - |
| HSV(B) | 72.1º | 0.66% | 0.7% | - |
| XYZ | 30.45 | 39.54 | 10.3 | - |
| YUV | 158.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 60 | 0.13 | 0 | 0.66 | 0.30 | 72.1 | 0.5 | 0.47 |
| Hex | 9B | B3 | 3C | D | 0 | 42 | 1E | 48 | 32 | 2F |
| Octal | 233 | 263 | 74 | 15 | 0 | 102 | 36 | 110 | 62 | 57 |
| Binary | 10011011 | 10110011 | 111100 | 1101 | 0 | 1000010 | 11110 | 1001000 | 110010 | 101111 |
Color Harmonies of #9BB33C
Complementary color
Monochromatic Colors of #9BB33C
Black with #9BB33C
Text Example
Text Example
White with #9BB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB33C; }
p { color: rgb(155,179,60); }
H1.HeaderClassName
{
color: #9BB33C;
}
.AnyTagClassName
{
color: #9BB33C;
}
</style>
background-color css
<style>
a { background-color: #9BB33C; }
a { background-color: rgb(155,179,60); }
div.DivClassName
{
background-color: #9BB33C;
}
.BgClassName
{
background-color: #9BB33C;
}
</style>
border-color css
<style>
span { border-color: #9BB33C; }
span { border-color: rgb(155,179,60); }
td.TdClassName
{
border-color: #9BB33C;
}
.TagClassName
{
border-color: #9BB33C;
}
</style>