Shades of Lemon Grass #99998A
Tints of Lemon Grass #99998A
RGB
CMYK
RGB Variations
Color information
#99998A (or 0x99998A) is known color: Lemon Grass. HEX triplet: 99, 99 and 8A. RGB value is (153,153,138). Sum of RGB (Red+Green+Blue) = 153+153+138=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99998A is #666675. Grayscale: #979797. Windows color (decimal): -6710902 or 9083289. OLE color: 9083289.
HSL color Cylindrical-coordinate representation of color #99998A: hue angle of 60º 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 #99998A is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 138 | - |
| CMYK | 0 | 0 | 0.10 | 0.4 |
| HSL | 60º | 0.07% | 0.57% | - |
| HSV(B) | 60º | 0.1% | 0.6% | - |
| XYZ | 29.12 | 31.39 | 28.57 | - |
| YUV | 151.29 | 120.5 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 138 | 0 | 0 | 0.10 | 0.4 | 60 | 0.07 | 0.57 |
| Hex | 99 | 99 | 8A | 0 | 0 | A | 28 | 3C | 7 | 39 |
| Octal | 231 | 231 | 212 | 0 | 0 | 12 | 50 | 74 | 7 | 71 |
| Binary | 10011001 | 10011001 | 10001010 | 0 | 0 | 1010 | 101000 | 111100 | 111 | 111001 |
Color Harmonies of #99998A
Complementary color
Monochromatic Colors of #99998A
Black with #99998A
Text Example
Text Example
White with #99998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99998A; }
p { color: rgb(153,153,138); }
H1.HeaderClassName
{
color: #99998A;
}
.AnyTagClassName
{
color: #99998A;
}
</style>
background-color css
<style>
a { background-color: #99998A; }
a { background-color: rgb(153,153,138); }
div.DivClassName
{
background-color: #99998A;
}
.BgClassName
{
background-color: #99998A;
}
</style>
border-color css
<style>
span { border-color: #99998A; }
span { border-color: rgb(153,153,138); }
td.TdClassName
{
border-color: #99998A;
}
.TagClassName
{
border-color: #99998A;
}
</style>