Shades of Lemon Ginger #997F30
Tints of Lemon Ginger #997F30
RGB
CMYK
RGB Variations
Color information
#997F30 (or 0x997F30) is known color: Lemon Ginger. HEX triplet: 99, 7F and 30. RGB value is (153,127,48). Sum of RGB (Red+Green+Blue) = 153+127+48=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #997F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F30 is #6680CF. Grayscale: #7E7E7E. Windows color (decimal): -6717648 or 3178393. OLE color: 3178393.
HSL color Cylindrical-coordinate representation of color #997F30: hue angle of 45.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #997F30 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 48 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.4 |
| HSL | 45.14º | 0.52% | 0.39% | - |
| HSV(B) | 45.14º | 0.69% | 0.6% | - |
| XYZ | 21.26 | 22.16 | 5.95 | - |
| YUV | 125.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 48 | 0 | 0.17 | 0.69 | 0.4 | 45.14 | 0.52 | 0.39 |
| Hex | 99 | 7F | 30 | 0 | 11 | 45 | 28 | 2D | 34 | 27 |
| Octal | 231 | 177 | 60 | 0 | 21 | 105 | 50 | 55 | 64 | 47 |
| Binary | 10011001 | 1111111 | 110000 | 0 | 10001 | 1000101 | 101000 | 101101 | 110100 | 100111 |
Color Harmonies of #997F30
Complementary color
Monochromatic Colors of #997F30
Black with #997F30
Text Example
Text Example
White with #997F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F30; }
p { color: rgb(153,127,48); }
H1.HeaderClassName
{
color: #997F30;
}
.AnyTagClassName
{
color: #997F30;
}
</style>
background-color css
<style>
a { background-color: #997F30; }
a { background-color: rgb(153,127,48); }
div.DivClassName
{
background-color: #997F30;
}
.BgClassName
{
background-color: #997F30;
}
</style>
border-color css
<style>
span { border-color: #997F30; }
span { border-color: rgb(153,127,48); }
td.TdClassName
{
border-color: #997F30;
}
.TagClassName
{
border-color: #997F30;
}
</style>