Shades of Lemon Grass #919282
Tints of Lemon Grass #919282
RGB
CMYK
RGB Variations
Color information
#919282 (or 0x919282) is known color: Lemon Grass. HEX triplet: 91, 92 and 82. RGB value is (145,146,130). Sum of RGB (Red+Green+Blue) = 145+146+130=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 146 - color contains mainly: green. Hex color #919282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919282 is #6E6D7D. Grayscale: #8F8F8F. Windows color (decimal): -7236990 or 8557201. OLE color: 8557201.
HSL color Cylindrical-coordinate representation of color #919282: hue angle of 63.75º 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 #919282 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 146 | 130 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.43 |
| HSL | 63.75º | 0.07% | 0.54% | - |
| HSV(B) | 63.75º | 0.11% | 0.57% | - |
| XYZ | 25.99 | 28.19 | 25.19 | - |
| YUV | 143.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 130 | 0.01 | 0 | 0.11 | 0.43 | 63.75 | 0.07 | 0.54 |
| Hex | 91 | 92 | 82 | 1 | 0 | B | 2B | 40 | 7 | 36 |
| Octal | 221 | 222 | 202 | 1 | 0 | 13 | 53 | 100 | 7 | 66 |
| Binary | 10010001 | 10010010 | 10000010 | 1 | 0 | 1011 | 101011 | 1000000 | 111 | 110110 |
Color Harmonies of #919282
Complementary color
Monochromatic Colors of #919282
Black with #919282
Text Example
Text Example
White with #919282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919282; }
p { color: rgb(145,146,130); }
H1.HeaderClassName
{
color: #919282;
}
.AnyTagClassName
{
color: #919282;
}
</style>
background-color css
<style>
a { background-color: #919282; }
a { background-color: rgb(145,146,130); }
div.DivClassName
{
background-color: #919282;
}
.BgClassName
{
background-color: #919282;
}
</style>
border-color css
<style>
span { border-color: #919282; }
span { border-color: rgb(145,146,130); }
td.TdClassName
{
border-color: #919282;
}
.TagClassName
{
border-color: #919282;
}
</style>