Shades of Lemon Grass #96998A
Tints of Lemon Grass #96998A
RGB
CMYK
RGB Variations
Color information
#96998A (or 0x96998A) is known color: Lemon Grass. HEX triplet: 96, 99 and 8A. RGB value is (150,153,138). Sum of RGB (Red+Green+Blue) = 150+153+138=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 153 - color contains mainly: green. Hex color #96998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96998A is #696675. Grayscale: #969696. Windows color (decimal): -6907510 or 9083286. OLE color: 9083286.
HSL color Cylindrical-coordinate representation of color #96998A: hue angle of 72º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #96998A is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 138 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.4 |
| HSL | 72º | 0.07% | 0.57% | - |
| HSV(B) | 72º | 0.1% | 0.6% | - |
| XYZ | 28.56 | 31.1 | 28.54 | - |
| YUV | 150.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 138 | 0.02 | 0 | 0.10 | 0.4 | 72 | 0.07 | 0.57 |
| Hex | 96 | 99 | 8A | 2 | 0 | A | 28 | 48 | 7 | 39 |
| Octal | 226 | 231 | 212 | 2 | 0 | 12 | 50 | 110 | 7 | 71 |
| Binary | 10010110 | 10011001 | 10001010 | 10 | 0 | 1010 | 101000 | 1001000 | 111 | 111001 |
Color Harmonies of #96998A
Complementary color
Monochromatic Colors of #96998A
Black with #96998A
Text Example
Text Example
White with #96998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96998A; }
p { color: rgb(150,153,138); }
H1.HeaderClassName
{
color: #96998A;
}
.AnyTagClassName
{
color: #96998A;
}
</style>
background-color css
<style>
a { background-color: #96998A; }
a { background-color: rgb(150,153,138); }
div.DivClassName
{
background-color: #96998A;
}
.BgClassName
{
background-color: #96998A;
}
</style>
border-color css
<style>
span { border-color: #96998A; }
span { border-color: rgb(150,153,138); }
td.TdClassName
{
border-color: #96998A;
}
.TagClassName
{
border-color: #96998A;
}
</style>