Shades of Limerick #9BAE3C
Tints of Limerick #9BAE3C
RGB
CMYK
RGB Variations
Color information
#9BAE3C (or 0x9BAE3C) is known color: Limerick. HEX triplet: 9B, AE and 3C. RGB value is (155,174,60). Sum of RGB (Red+Green+Blue) = 155+174+60=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE3C is #6451C3. Grayscale: #9B9B9B. Windows color (decimal): -6574532 or 3976859. OLE color: 3976859.
HSL color Cylindrical-coordinate representation of color #9BAE3C: hue angle of 70º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BAE3C is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 60 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.32 |
| HSL | 70º | 0.49% | 0.46% | - |
| HSV(B) | 70º | 0.66% | 0.68% | - |
| XYZ | 29.47 | 37.57 | 9.97 | - |
| YUV | 155.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 60 | 0.11 | 0 | 0.66 | 0.32 | 70 | 0.49 | 0.46 |
| Hex | 9B | AE | 3C | B | 0 | 42 | 20 | 46 | 31 | 2E |
| Octal | 233 | 256 | 74 | 13 | 0 | 102 | 40 | 106 | 61 | 56 |
| Binary | 10011011 | 10101110 | 111100 | 1011 | 0 | 1000010 | 100000 | 1000110 | 110001 | 101110 |
Color Harmonies of #9BAE3C
Complementary color
Monochromatic Colors of #9BAE3C
Black with #9BAE3C
Text Example
Text Example
White with #9BAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE3C; }
p { color: rgb(155,174,60); }
H1.HeaderClassName
{
color: #9BAE3C;
}
.AnyTagClassName
{
color: #9BAE3C;
}
</style>
background-color css
<style>
a { background-color: #9BAE3C; }
a { background-color: rgb(155,174,60); }
div.DivClassName
{
background-color: #9BAE3C;
}
.BgClassName
{
background-color: #9BAE3C;
}
</style>
border-color css
<style>
span { border-color: #9BAE3C; }
span { border-color: rgb(155,174,60); }
td.TdClassName
{
border-color: #9BAE3C;
}
.TagClassName
{
border-color: #9BAE3C;
}
</style>