Shades of Lemon Grass #929388
Tints of Lemon Grass #929388
RGB
CMYK
RGB Variations
Color information
#929388 (or 0x929388) is known color: Lemon Grass. HEX triplet: 92, 93 and 88. RGB value is (146,147,136). Sum of RGB (Red+Green+Blue) = 146+147+136=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 147 - color contains mainly: green. Hex color #929388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929388 is #6D6C77. Grayscale: #919191. Windows color (decimal): -7171192 or 8950674. OLE color: 8950674.
HSL color Cylindrical-coordinate representation of color #929388: hue angle of 65.45º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #929388 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 147 | 136 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.42 |
| HSL | 65.45º | 0.05% | 0.55% | - |
| HSV(B) | 65.45º | 0.07% | 0.58% | - |
| XYZ | 26.73 | 28.76 | 27.43 | - |
| YUV | 145.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 136 | 0.01 | 0 | 0.07 | 0.42 | 65.45 | 0.05 | 0.55 |
| Hex | 92 | 93 | 88 | 1 | 0 | 7 | 2A | 41 | 5 | 37 |
| Octal | 222 | 223 | 210 | 1 | 0 | 7 | 52 | 101 | 5 | 67 |
| Binary | 10010010 | 10010011 | 10001000 | 1 | 0 | 111 | 101010 | 1000001 | 101 | 110111 |
Color Harmonies of #929388
Complementary color
Monochromatic Colors of #929388
Black with #929388
Text Example
Text Example
White with #929388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929388; }
p { color: rgb(146,147,136); }
H1.HeaderClassName
{
color: #929388;
}
.AnyTagClassName
{
color: #929388;
}
</style>
background-color css
<style>
a { background-color: #929388; }
a { background-color: rgb(146,147,136); }
div.DivClassName
{
background-color: #929388;
}
.BgClassName
{
background-color: #929388;
}
</style>
border-color css
<style>
span { border-color: #929388; }
span { border-color: rgb(146,147,136); }
td.TdClassName
{
border-color: #929388;
}
.TagClassName
{
border-color: #929388;
}
</style>