Shades of Limerick #9BAF31
Tints of Limerick #9BAF31
RGB
CMYK
RGB Variations
Color information
#9BAF31 (or 0x9BAF31) is known color: Limerick. HEX triplet: 9B, AF and 31. RGB value is (155,175,49). Sum of RGB (Red+Green+Blue) = 155+175+49=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF31 is #6450CE. Grayscale: #9B9B9B. Windows color (decimal): -6574287 or 3256219. OLE color: 3256219.
HSL color Cylindrical-coordinate representation of color #9BAF31: hue angle of 69.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BAF31 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 49 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.31 |
| HSL | 69.52º | 0.56% | 0.44% | - |
| HSV(B) | 69.52º | 0.72% | 0.69% | - |
| XYZ | 29.4 | 37.85 | 8.66 | - |
| YUV | 154.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 49 | 0.11 | 0 | 0.72 | 0.31 | 69.52 | 0.56 | 0.44 |
| Hex | 9B | AF | 31 | B | 0 | 48 | 1F | 46 | 38 | 2C |
| Octal | 233 | 257 | 61 | 13 | 0 | 110 | 37 | 106 | 70 | 54 |
| Binary | 10011011 | 10101111 | 110001 | 1011 | 0 | 1001000 | 11111 | 1000110 | 111000 | 101100 |
Color Harmonies of #9BAF31
Complementary color
Monochromatic Colors of #9BAF31
Black with #9BAF31
Text Example
Text Example
White with #9BAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF31; }
p { color: rgb(155,175,49); }
H1.HeaderClassName
{
color: #9BAF31;
}
.AnyTagClassName
{
color: #9BAF31;
}
</style>
background-color css
<style>
a { background-color: #9BAF31; }
a { background-color: rgb(155,175,49); }
div.DivClassName
{
background-color: #9BAF31;
}
.BgClassName
{
background-color: #9BAF31;
}
</style>
border-color css
<style>
span { border-color: #9BAF31; }
span { border-color: rgb(155,175,49); }
td.TdClassName
{
border-color: #9BAF31;
}
.TagClassName
{
border-color: #9BAF31;
}
</style>