Shades of Limerick #9BAF32
Tints of Limerick #9BAF32
RGB
CMYK
RGB Variations
Color information
#9BAF32 (or 0x9BAF32) is known color: Limerick. HEX triplet: 9B, AF and 32. RGB value is (155,175,50). Sum of RGB (Red+Green+Blue) = 155+175+50=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF32 is #6450CD. Grayscale: #9B9B9B. Windows color (decimal): -6574286 or 3321755. OLE color: 3321755.
HSL color Cylindrical-coordinate representation of color #9BAF32: hue angle of 69.6º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9BAF32 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 50 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.31 |
| HSL | 69.6º | 0.56% | 0.44% | - |
| HSV(B) | 69.6º | 0.71% | 0.69% | - |
| XYZ | 29.42 | 37.86 | 8.77 | - |
| YUV | 154.77 | 68.87 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 50 | 0.11 | 0 | 0.71 | 0.31 | 69.6 | 0.56 | 0.44 |
| Hex | 9B | AF | 32 | B | 0 | 47 | 1F | 46 | 38 | 2C |
| Octal | 233 | 257 | 62 | 13 | 0 | 107 | 37 | 106 | 70 | 54 |
| Binary | 10011011 | 10101111 | 110010 | 1011 | 0 | 1000111 | 11111 | 1000110 | 111000 | 101100 |
Color Harmonies of #9BAF32
Complementary color
Monochromatic Colors of #9BAF32
Black with #9BAF32
Text Example
Text Example
White with #9BAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF32; }
p { color: rgb(155,175,50); }
H1.HeaderClassName
{
color: #9BAF32;
}
.AnyTagClassName
{
color: #9BAF32;
}
</style>
background-color css
<style>
a { background-color: #9BAF32; }
a { background-color: rgb(155,175,50); }
div.DivClassName
{
background-color: #9BAF32;
}
.BgClassName
{
background-color: #9BAF32;
}
</style>
border-color css
<style>
span { border-color: #9BAF32; }
span { border-color: rgb(155,175,50); }
td.TdClassName
{
border-color: #9BAF32;
}
.TagClassName
{
border-color: #9BAF32;
}
</style>