Shades of Limerick #96AF42
Tints of Limerick #96AF42
RGB
CMYK
RGB Variations
Color information
#96AF42 (or 0x96AF42) is known color: Limerick. HEX triplet: 96, AF and 42. RGB value is (150,175,66). Sum of RGB (Red+Green+Blue) = 150+175+66=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AF42 is #6950BD. Grayscale: #9B9B9B. Windows color (decimal): -6901950 or 4370326. OLE color: 4370326.
HSL color Cylindrical-coordinate representation of color #96AF42: hue angle of 73.76º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96AF42 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 66 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.31 |
| HSL | 73.76º | 0.45% | 0.47% | - |
| HSV(B) | 73.76º | 0.62% | 0.69% | - |
| XYZ | 28.89 | 37.54 | 10.88 | - |
| YUV | 155.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 66 | 0.14 | 0 | 0.62 | 0.31 | 73.76 | 0.45 | 0.47 |
| Hex | 96 | AF | 42 | E | 0 | 3E | 1F | 4A | 2D | 2F |
| Octal | 226 | 257 | 102 | 16 | 0 | 76 | 37 | 112 | 55 | 57 |
| Binary | 10010110 | 10101111 | 1000010 | 1110 | 0 | 111110 | 11111 | 1001010 | 101101 | 101111 |
Color Harmonies of #96AF42
Complementary color
Monochromatic Colors of #96AF42
Black with #96AF42
Text Example
Text Example
White with #96AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF42; }
p { color: rgb(150,175,66); }
H1.HeaderClassName
{
color: #96AF42;
}
.AnyTagClassName
{
color: #96AF42;
}
</style>
background-color css
<style>
a { background-color: #96AF42; }
a { background-color: rgb(150,175,66); }
div.DivClassName
{
background-color: #96AF42;
}
.BgClassName
{
background-color: #96AF42;
}
</style>
border-color css
<style>
span { border-color: #96AF42; }
span { border-color: rgb(150,175,66); }
td.TdClassName
{
border-color: #96AF42;
}
.TagClassName
{
border-color: #96AF42;
}
</style>