Shades of Lemon Grass #97998A
Tints of Lemon Grass #97998A
RGB
CMYK
RGB Variations
Color information
#97998A (or 0x97998A) is known color: Lemon Grass. HEX triplet: 97, 99 and 8A. RGB value is (151,153,138). Sum of RGB (Red+Green+Blue) = 151+153+138=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 153 - color contains mainly: green. Hex color #97998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97998A is #686675. Grayscale: #969696. Windows color (decimal): -6841974 or 9083287. OLE color: 9083287.
HSL color Cylindrical-coordinate representation of color #97998A: hue angle of 68º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #97998A is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 138 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.4 |
| HSL | 68º | 0.07% | 0.57% | - |
| HSV(B) | 68º | 0.1% | 0.6% | - |
| XYZ | 28.74 | 31.2 | 28.55 | - |
| YUV | 150.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 138 | 0.01 | 0 | 0.10 | 0.4 | 68 | 0.07 | 0.57 |
| Hex | 97 | 99 | 8A | 1 | 0 | A | 28 | 44 | 7 | 39 |
| Octal | 227 | 231 | 212 | 1 | 0 | 12 | 50 | 104 | 7 | 71 |
| Binary | 10010111 | 10011001 | 10001010 | 1 | 0 | 1010 | 101000 | 1000100 | 111 | 111001 |
Color Harmonies of #97998A
Complementary color
Monochromatic Colors of #97998A
Black with #97998A
Text Example
Text Example
White with #97998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97998A; }
p { color: rgb(151,153,138); }
H1.HeaderClassName
{
color: #97998A;
}
.AnyTagClassName
{
color: #97998A;
}
</style>
background-color css
<style>
a { background-color: #97998A; }
a { background-color: rgb(151,153,138); }
div.DivClassName
{
background-color: #97998A;
}
.BgClassName
{
background-color: #97998A;
}
</style>
border-color css
<style>
span { border-color: #97998A; }
span { border-color: rgb(151,153,138); }
td.TdClassName
{
border-color: #97998A;
}
.TagClassName
{
border-color: #97998A;
}
</style>