Shades of Lemon Grass #999784
Tints of Lemon Grass #999784
RGB
CMYK
RGB Variations
Color information
#999784 (or 0x999784) is known color: Lemon Grass. HEX triplet: 99, 97 and 84. RGB value is (153,151,132). Sum of RGB (Red+Green+Blue) = 153+151+132=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #999784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999784 is #66687B. Grayscale: #959595. Windows color (decimal): -6711420 or 8689561. OLE color: 8689561.
HSL color Cylindrical-coordinate representation of color #999784: hue angle of 54.29º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #999784 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 151 | 132 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.4 |
| HSL | 54.29º | 0.09% | 0.56% | - |
| HSV(B) | 54.29º | 0.14% | 0.6% | - |
| XYZ | 28.37 | 30.57 | 26.24 | - |
| YUV | 149.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 132 | 0 | 0.01 | 0.14 | 0.4 | 54.29 | 0.09 | 0.56 |
| Hex | 99 | 97 | 84 | 0 | 1 | E | 28 | 36 | 9 | 38 |
| Octal | 231 | 227 | 204 | 0 | 1 | 16 | 50 | 66 | 11 | 70 |
| Binary | 10011001 | 10010111 | 10000100 | 0 | 1 | 1110 | 101000 | 110110 | 1001 | 111000 |
Color Harmonies of #999784
Complementary color
Monochromatic Colors of #999784
Black with #999784
Text Example
Text Example
White with #999784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999784; }
p { color: rgb(153,151,132); }
H1.HeaderClassName
{
color: #999784;
}
.AnyTagClassName
{
color: #999784;
}
</style>
background-color css
<style>
a { background-color: #999784; }
a { background-color: rgb(153,151,132); }
div.DivClassName
{
background-color: #999784;
}
.BgClassName
{
background-color: #999784;
}
</style>
border-color css
<style>
span { border-color: #999784; }
span { border-color: rgb(153,151,132); }
td.TdClassName
{
border-color: #999784;
}
.TagClassName
{
border-color: #999784;
}
</style>