Shades of Limerick #9BAE35
Tints of Limerick #9BAE35
RGB
CMYK
RGB Variations
Color information
#9BAE35 (or 0x9BAE35) is known color: Limerick. HEX triplet: 9B, AE and 35. RGB value is (155,174,53). Sum of RGB (Red+Green+Blue) = 155+174+53=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE35 is #6451CA. Grayscale: #9A9A9A. Windows color (decimal): -6574539 or 3518107. OLE color: 3518107.
HSL color Cylindrical-coordinate representation of color #9BAE35: hue angle of 69.42º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9BAE35 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 53 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.32 |
| HSL | 69.42º | 0.53% | 0.45% | - |
| HSV(B) | 69.42º | 0.7% | 0.68% | - |
| XYZ | 29.3 | 37.5 | 9.06 | - |
| YUV | 154.53 | 70.71 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 53 | 0.11 | 0 | 0.70 | 0.32 | 69.42 | 0.53 | 0.45 |
| Hex | 9B | AE | 35 | B | 0 | 46 | 20 | 45 | 35 | 2D |
| Octal | 233 | 256 | 65 | 13 | 0 | 106 | 40 | 105 | 65 | 55 |
| Binary | 10011011 | 10101110 | 110101 | 1011 | 0 | 1000110 | 100000 | 1000101 | 110101 | 101101 |
Color Harmonies of #9BAE35
Complementary color
Monochromatic Colors of #9BAE35
Black with #9BAE35
Text Example
Text Example
White with #9BAE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE35; }
p { color: rgb(155,174,53); }
H1.HeaderClassName
{
color: #9BAE35;
}
.AnyTagClassName
{
color: #9BAE35;
}
</style>
background-color css
<style>
a { background-color: #9BAE35; }
a { background-color: rgb(155,174,53); }
div.DivClassName
{
background-color: #9BAE35;
}
.BgClassName
{
background-color: #9BAE35;
}
</style>
border-color css
<style>
span { border-color: #9BAE35; }
span { border-color: rgb(155,174,53); }
td.TdClassName
{
border-color: #9BAE35;
}
.TagClassName
{
border-color: #9BAE35;
}
</style>