Shades of Lemon Ginger #997F33
Tints of Lemon Ginger #997F33
RGB
CMYK
RGB Variations
Color information
#997F33 (or 0x997F33) is known color: Lemon Ginger. HEX triplet: 99, 7F and 33. RGB value is (153,127,51). Sum of RGB (Red+Green+Blue) = 153+127+51=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #997F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F33 is #6680CC. Grayscale: #7E7E7E. Windows color (decimal): -6717645 or 3375001. OLE color: 3375001.
HSL color Cylindrical-coordinate representation of color #997F33: hue angle of 44.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #997F33 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 51 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.4 |
| HSL | 44.71º | 0.5% | 0.4% | - |
| HSV(B) | 44.71º | 0.67% | 0.6% | - |
| XYZ | 21.32 | 22.19 | 6.29 | - |
| YUV | 126.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 51 | 0 | 0.17 | 0.67 | 0.4 | 44.71 | 0.5 | 0.4 |
| Hex | 99 | 7F | 33 | 0 | 11 | 43 | 28 | 2D | 32 | 28 |
| Octal | 231 | 177 | 63 | 0 | 21 | 103 | 50 | 55 | 62 | 50 |
| Binary | 10011001 | 1111111 | 110011 | 0 | 10001 | 1000011 | 101000 | 101101 | 110010 | 101000 |
Color Harmonies of #997F33
Complementary color
Monochromatic Colors of #997F33
Black with #997F33
Text Example
Text Example
White with #997F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F33; }
p { color: rgb(153,127,51); }
H1.HeaderClassName
{
color: #997F33;
}
.AnyTagClassName
{
color: #997F33;
}
</style>
background-color css
<style>
a { background-color: #997F33; }
a { background-color: rgb(153,127,51); }
div.DivClassName
{
background-color: #997F33;
}
.BgClassName
{
background-color: #997F33;
}
</style>
border-color css
<style>
span { border-color: #997F33; }
span { border-color: rgb(153,127,51); }
td.TdClassName
{
border-color: #997F33;
}
.TagClassName
{
border-color: #997F33;
}
</style>