Shades of Lemon Grass #999782
Tints of Lemon Grass #999782
RGB
CMYK
RGB Variations
Color information
#999782 (or 0x999782) is known color: Lemon Grass. HEX triplet: 99, 97 and 82. RGB value is (153,151,130). Sum of RGB (Red+Green+Blue) = 153+151+130=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #999782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999782 is #66687D. Grayscale: #959595. Windows color (decimal): -6711422 or 8558489. OLE color: 8558489.
HSL color Cylindrical-coordinate representation of color #999782: hue angle of 54.78º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999782 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 151 | 130 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.4 |
| HSL | 54.78º | 0.1% | 0.55% | - |
| HSV(B) | 54.78º | 0.15% | 0.6% | - |
| XYZ | 28.23 | 30.52 | 25.52 | - |
| YUV | 149.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 130 | 0 | 0.01 | 0.15 | 0.4 | 54.78 | 0.1 | 0.55 |
| Hex | 99 | 97 | 82 | 0 | 1 | F | 28 | 37 | A | 37 |
| Octal | 231 | 227 | 202 | 0 | 1 | 17 | 50 | 67 | 12 | 67 |
| Binary | 10011001 | 10010111 | 10000010 | 0 | 1 | 1111 | 101000 | 110111 | 1010 | 110111 |
Color Harmonies of #999782
Complementary color
Monochromatic Colors of #999782
Black with #999782
Text Example
Text Example
White with #999782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999782; }
p { color: rgb(153,151,130); }
H1.HeaderClassName
{
color: #999782;
}
.AnyTagClassName
{
color: #999782;
}
</style>
background-color css
<style>
a { background-color: #999782; }
a { background-color: rgb(153,151,130); }
div.DivClassName
{
background-color: #999782;
}
.BgClassName
{
background-color: #999782;
}
</style>
border-color css
<style>
span { border-color: #999782; }
span { border-color: rgb(153,151,130); }
td.TdClassName
{
border-color: #999782;
}
.TagClassName
{
border-color: #999782;
}
</style>