Shades of Limerick #9BAE32
Tints of Limerick #9BAE32
RGB
CMYK
RGB Variations
Color information
#9BAE32 (or 0x9BAE32) is known color: Limerick. HEX triplet: 9B, AE and 32. RGB value is (155,174,50). Sum of RGB (Red+Green+Blue) = 155+174+50=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE32 is #6451CD. Grayscale: #9A9A9A. Windows color (decimal): -6574542 or 3321499. OLE color: 3321499.
HSL color Cylindrical-coordinate representation of color #9BAE32: hue angle of 69.19º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9BAE32 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 50 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.32 |
| HSL | 69.19º | 0.55% | 0.44% | - |
| HSV(B) | 69.19º | 0.71% | 0.68% | - |
| XYZ | 29.23 | 37.47 | 8.71 | - |
| YUV | 154.18 | 69.21 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 50 | 0.11 | 0 | 0.71 | 0.32 | 69.19 | 0.55 | 0.44 |
| Hex | 9B | AE | 32 | B | 0 | 47 | 20 | 45 | 37 | 2C |
| Octal | 233 | 256 | 62 | 13 | 0 | 107 | 40 | 105 | 67 | 54 |
| Binary | 10011011 | 10101110 | 110010 | 1011 | 0 | 1000111 | 100000 | 1000101 | 110111 | 101100 |
Color Harmonies of #9BAE32
Complementary color
Monochromatic Colors of #9BAE32
Black with #9BAE32
Text Example
Text Example
White with #9BAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE32; }
p { color: rgb(155,174,50); }
H1.HeaderClassName
{
color: #9BAE32;
}
.AnyTagClassName
{
color: #9BAE32;
}
</style>
background-color css
<style>
a { background-color: #9BAE32; }
a { background-color: rgb(155,174,50); }
div.DivClassName
{
background-color: #9BAE32;
}
.BgClassName
{
background-color: #9BAE32;
}
</style>
border-color css
<style>
span { border-color: #9BAE32; }
span { border-color: rgb(155,174,50); }
td.TdClassName
{
border-color: #9BAE32;
}
.TagClassName
{
border-color: #9BAE32;
}
</style>