Shades of Lemon Grass #99998B
Tints of Lemon Grass #99998B
RGB
CMYK
RGB Variations
Color information
#99998B (or 0x99998B) is known color: Lemon Grass. HEX triplet: 99, 99 and 8B. RGB value is (153,153,139). Sum of RGB (Red+Green+Blue) = 153+153+139=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99998B is #666674. Grayscale: #979797. Windows color (decimal): -6710901 or 9148825. OLE color: 9148825.
HSL color Cylindrical-coordinate representation of color #99998B: hue angle of 60º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99998B is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 139 | - |
| CMYK | 0 | 0 | 0.09 | 0.4 |
| HSL | 60º | 0.06% | 0.57% | - |
| HSV(B) | 60º | 0.09% | 0.6% | - |
| XYZ | 29.19 | 31.42 | 28.95 | - |
| YUV | 151.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 139 | 0 | 0 | 0.09 | 0.4 | 60 | 0.06 | 0.57 |
| Hex | 99 | 99 | 8B | 0 | 0 | 9 | 28 | 3C | 6 | 39 |
| Octal | 231 | 231 | 213 | 0 | 0 | 11 | 50 | 74 | 6 | 71 |
| Binary | 10011001 | 10011001 | 10001011 | 0 | 0 | 1001 | 101000 | 111100 | 110 | 111001 |
Color Harmonies of #99998B
Complementary color
Monochromatic Colors of #99998B
Black with #99998B
Text Example
Text Example
White with #99998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99998B; }
p { color: rgb(153,153,139); }
H1.HeaderClassName
{
color: #99998B;
}
.AnyTagClassName
{
color: #99998B;
}
</style>
background-color css
<style>
a { background-color: #99998B; }
a { background-color: rgb(153,153,139); }
div.DivClassName
{
background-color: #99998B;
}
.BgClassName
{
background-color: #99998B;
}
</style>
border-color css
<style>
span { border-color: #99998B; }
span { border-color: rgb(153,153,139); }
td.TdClassName
{
border-color: #99998B;
}
.TagClassName
{
border-color: #99998B;
}
</style>