Shades of Limerick #9BAF37
Tints of Limerick #9BAF37
RGB
CMYK
RGB Variations
Color information
#9BAF37 (or 0x9BAF37) is known color: Limerick. HEX triplet: 9B, AF and 37. RGB value is (155,175,55). Sum of RGB (Red+Green+Blue) = 155+175+55=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF37 is #6450C8. Grayscale: #9B9B9B. Windows color (decimal): -6574281 or 3649435. OLE color: 3649435.
HSL color Cylindrical-coordinate representation of color #9BAF37: hue angle of 70º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BAF37 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 55 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.31 |
| HSL | 70º | 0.52% | 0.45% | - |
| HSV(B) | 70º | 0.69% | 0.69% | - |
| XYZ | 29.54 | 37.9 | 9.37 | - |
| YUV | 155.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 55 | 0.11 | 0 | 0.69 | 0.31 | 70 | 0.52 | 0.45 |
| Hex | 9B | AF | 37 | B | 0 | 45 | 1F | 46 | 34 | 2D |
| Octal | 233 | 257 | 67 | 13 | 0 | 105 | 37 | 106 | 64 | 55 |
| Binary | 10011011 | 10101111 | 110111 | 1011 | 0 | 1000101 | 11111 | 1000110 | 110100 | 101101 |
Color Harmonies of #9BAF37
Complementary color
Monochromatic Colors of #9BAF37
Black with #9BAF37
Text Example
Text Example
White with #9BAF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF37; }
p { color: rgb(155,175,55); }
H1.HeaderClassName
{
color: #9BAF37;
}
.AnyTagClassName
{
color: #9BAF37;
}
</style>
background-color css
<style>
a { background-color: #9BAF37; }
a { background-color: rgb(155,175,55); }
div.DivClassName
{
background-color: #9BAF37;
}
.BgClassName
{
background-color: #9BAF37;
}
</style>
border-color css
<style>
span { border-color: #9BAF37; }
span { border-color: rgb(155,175,55); }
td.TdClassName
{
border-color: #9BAF37;
}
.TagClassName
{
border-color: #9BAF37;
}
</style>