Shades of Lemon Ginger #997F34
Tints of Lemon Ginger #997F34
RGB
CMYK
RGB Variations
Color information
#997F34 (or 0x997F34) is known color: Lemon Ginger. HEX triplet: 99, 7F and 34. RGB value is (153,127,52). Sum of RGB (Red+Green+Blue) = 153+127+52=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #997F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F34 is #6680CB. Grayscale: #7E7E7E. Windows color (decimal): -6717644 or 3440537. OLE color: 3440537.
HSL color Cylindrical-coordinate representation of color #997F34: hue angle of 44.55º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #997F34 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 52 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.4 |
| HSL | 44.55º | 0.49% | 0.4% | - |
| HSV(B) | 44.55º | 0.66% | 0.6% | - |
| XYZ | 21.35 | 22.2 | 6.41 | - |
| YUV | 126.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 52 | 0 | 0.17 | 0.66 | 0.4 | 44.55 | 0.49 | 0.4 |
| Hex | 99 | 7F | 34 | 0 | 11 | 42 | 28 | 2D | 31 | 28 |
| Octal | 231 | 177 | 64 | 0 | 21 | 102 | 50 | 55 | 61 | 50 |
| Binary | 10011001 | 1111111 | 110100 | 0 | 10001 | 1000010 | 101000 | 101101 | 110001 | 101000 |
Color Harmonies of #997F34
Complementary color
Monochromatic Colors of #997F34
Black with #997F34
Text Example
Text Example
White with #997F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F34; }
p { color: rgb(153,127,52); }
H1.HeaderClassName
{
color: #997F34;
}
.AnyTagClassName
{
color: #997F34;
}
</style>
background-color css
<style>
a { background-color: #997F34; }
a { background-color: rgb(153,127,52); }
div.DivClassName
{
background-color: #997F34;
}
.BgClassName
{
background-color: #997F34;
}
</style>
border-color css
<style>
span { border-color: #997F34; }
span { border-color: rgb(153,127,52); }
td.TdClassName
{
border-color: #997F34;
}
.TagClassName
{
border-color: #997F34;
}
</style>