Shades of Limerick #9BAE39
Tints of Limerick #9BAE39
RGB
CMYK
RGB Variations
Color information
#9BAE39 (or 0x9BAE39) is known color: Limerick. HEX triplet: 9B, AE and 39. RGB value is (155,174,57). Sum of RGB (Red+Green+Blue) = 155+174+57=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE39 is #6451C6. Grayscale: #9B9B9B. Windows color (decimal): -6574535 or 3780251. OLE color: 3780251.
HSL color Cylindrical-coordinate representation of color #9BAE39: hue angle of 69.74º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BAE39 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 57 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.32 |
| HSL | 69.74º | 0.51% | 0.45% | - |
| HSV(B) | 69.74º | 0.67% | 0.68% | - |
| XYZ | 29.39 | 37.54 | 9.57 | - |
| YUV | 154.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 57 | 0.11 | 0 | 0.67 | 0.32 | 69.74 | 0.51 | 0.45 |
| Hex | 9B | AE | 39 | B | 0 | 43 | 20 | 46 | 33 | 2D |
| Octal | 233 | 256 | 71 | 13 | 0 | 103 | 40 | 106 | 63 | 55 |
| Binary | 10011011 | 10101110 | 111001 | 1011 | 0 | 1000011 | 100000 | 1000110 | 110011 | 101101 |
Color Harmonies of #9BAE39
Complementary color
Monochromatic Colors of #9BAE39
Black with #9BAE39
Text Example
Text Example
White with #9BAE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE39; }
p { color: rgb(155,174,57); }
H1.HeaderClassName
{
color: #9BAE39;
}
.AnyTagClassName
{
color: #9BAE39;
}
</style>
background-color css
<style>
a { background-color: #9BAE39; }
a { background-color: rgb(155,174,57); }
div.DivClassName
{
background-color: #9BAE39;
}
.BgClassName
{
background-color: #9BAE39;
}
</style>
border-color css
<style>
span { border-color: #9BAE39; }
span { border-color: rgb(155,174,57); }
td.TdClassName
{
border-color: #9BAE39;
}
.TagClassName
{
border-color: #9BAE39;
}
</style>