Shades of Lemon Grass #929182
Tints of Lemon Grass #929182
RGB
CMYK
RGB Variations
Color information
#929182 (or 0x929182) is known color: Lemon Grass. HEX triplet: 92, 91 and 82. RGB value is (146,145,130). Sum of RGB (Red+Green+Blue) = 146+145+130=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 146 - color contains mainly: red. Hex color #929182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929182 is #6D6E7D. Grayscale: #8F8F8F. Windows color (decimal): -7171710 or 8556946. OLE color: 8556946.
HSL color Cylindrical-coordinate representation of color #929182: hue angle of 56.25º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #929182 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 145 | 130 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.43 |
| HSL | 56.25º | 0.07% | 0.54% | - |
| HSV(B) | 56.25º | 0.11% | 0.57% | - |
| XYZ | 26.01 | 27.97 | 25.15 | - |
| YUV | 143.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 130 | 0 | 0.01 | 0.11 | 0.43 | 56.25 | 0.07 | 0.54 |
| Hex | 92 | 91 | 82 | 0 | 1 | B | 2B | 38 | 7 | 36 |
| Octal | 222 | 221 | 202 | 0 | 1 | 13 | 53 | 70 | 7 | 66 |
| Binary | 10010010 | 10010001 | 10000010 | 0 | 1 | 1011 | 101011 | 111000 | 111 | 110110 |
Color Harmonies of #929182
Complementary color
Monochromatic Colors of #929182
Black with #929182
Text Example
Text Example
White with #929182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929182; }
p { color: rgb(146,145,130); }
H1.HeaderClassName
{
color: #929182;
}
.AnyTagClassName
{
color: #929182;
}
</style>
background-color css
<style>
a { background-color: #929182; }
a { background-color: rgb(146,145,130); }
div.DivClassName
{
background-color: #929182;
}
.BgClassName
{
background-color: #929182;
}
</style>
border-color css
<style>
span { border-color: #929182; }
span { border-color: rgb(146,145,130); }
td.TdClassName
{
border-color: #929182;
}
.TagClassName
{
border-color: #929182;
}
</style>