Shades of Lemon Grass #919484
Tints of Lemon Grass #919484
RGB
CMYK
RGB Variations
Color information
#919484 (or 0x919484) is known color: Lemon Grass. HEX triplet: 91, 94 and 84. RGB value is (145,148,132). Sum of RGB (Red+Green+Blue) = 145+148+132=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 148 - color contains mainly: green. Hex color #919484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919484 is #6E6B7B. Grayscale: #919191. Windows color (decimal): -7236476 or 8688785. OLE color: 8688785.
HSL color Cylindrical-coordinate representation of color #919484: hue angle of 71.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #919484 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 148 | 132 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.42 |
| HSL | 71.25º | 0.07% | 0.55% | - |
| HSV(B) | 71.25º | 0.11% | 0.58% | - |
| XYZ | 26.43 | 28.87 | 26.01 | - |
| YUV | 145.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 132 | 0.02 | 0 | 0.11 | 0.42 | 71.25 | 0.07 | 0.55 |
| Hex | 91 | 94 | 84 | 2 | 0 | B | 2A | 47 | 7 | 37 |
| Octal | 221 | 224 | 204 | 2 | 0 | 13 | 52 | 107 | 7 | 67 |
| Binary | 10010001 | 10010100 | 10000100 | 10 | 0 | 1011 | 101010 | 1000111 | 111 | 110111 |
Color Harmonies of #919484
Complementary color
Monochromatic Colors of #919484
Black with #919484
Text Example
Text Example
White with #919484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919484; }
p { color: rgb(145,148,132); }
H1.HeaderClassName
{
color: #919484;
}
.AnyTagClassName
{
color: #919484;
}
</style>
background-color css
<style>
a { background-color: #919484; }
a { background-color: rgb(145,148,132); }
div.DivClassName
{
background-color: #919484;
}
.BgClassName
{
background-color: #919484;
}
</style>
border-color css
<style>
span { border-color: #919484; }
span { border-color: rgb(145,148,132); }
td.TdClassName
{
border-color: #919484;
}
.TagClassName
{
border-color: #919484;
}
</style>