Shades of Limerick #96A83B
Tints of Limerick #96A83B
RGB
CMYK
RGB Variations
Color information
#96A83B (or 0x96A83B) is known color: Limerick. HEX triplet: 96, A8 and 3B. RGB value is (150,168,59). Sum of RGB (Red+Green+Blue) = 150+168+59=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #96A83B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A83B is #6957C4. Grayscale: #969696. Windows color (decimal): -6903749 or 3909782. OLE color: 3909782.
HSL color Cylindrical-coordinate representation of color #96A83B: hue angle of 69.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96A83B is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 168 | 59 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.34 |
| HSL | 69.91º | 0.48% | 0.45% | - |
| HSV(B) | 69.91º | 0.65% | 0.66% | - |
| XYZ | 27.37 | 34.81 | 9.41 | - |
| YUV | 150.19 | 76.54 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 59 | 0.11 | 0 | 0.65 | 0.34 | 69.91 | 0.48 | 0.45 |
| Hex | 96 | A8 | 3B | B | 0 | 41 | 22 | 46 | 30 | 2D |
| Octal | 226 | 250 | 73 | 13 | 0 | 101 | 42 | 106 | 60 | 55 |
| Binary | 10010110 | 10101000 | 111011 | 1011 | 0 | 1000001 | 100010 | 1000110 | 110000 | 101101 |
Color Harmonies of #96A83B
Complementary color
Monochromatic Colors of #96A83B
Black with #96A83B
Text Example
Text Example
White with #96A83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A83B; }
p { color: rgb(150,168,59); }
H1.HeaderClassName
{
color: #96A83B;
}
.AnyTagClassName
{
color: #96A83B;
}
</style>
background-color css
<style>
a { background-color: #96A83B; }
a { background-color: rgb(150,168,59); }
div.DivClassName
{
background-color: #96A83B;
}
.BgClassName
{
background-color: #96A83B;
}
</style>
border-color css
<style>
span { border-color: #96A83B; }
span { border-color: rgb(150,168,59); }
td.TdClassName
{
border-color: #96A83B;
}
.TagClassName
{
border-color: #96A83B;
}
</style>