Shades of Lemon Ginger #998834
Tints of Lemon Ginger #998834
RGB
CMYK
RGB Variations
Color information
#998834 (or 0x998834) is known color: Lemon Ginger. HEX triplet: 99, 88 and 34. RGB value is (153,136,52). Sum of RGB (Red+Green+Blue) = 153+136+52=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #998834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998834 is #6677CB. Grayscale: #838383. Windows color (decimal): -6715340 or 3442841. OLE color: 3442841.
HSL color Cylindrical-coordinate representation of color #998834: hue angle of 49.9º 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 #998834 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 52 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.4 |
| HSL | 49.9º | 0.49% | 0.4% | - |
| HSV(B) | 49.9º | 0.66% | 0.6% | - |
| XYZ | 22.56 | 24.63 | 6.81 | - |
| YUV | 131.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 52 | 0 | 0.11 | 0.66 | 0.4 | 49.9 | 0.49 | 0.4 |
| Hex | 99 | 88 | 34 | 0 | B | 42 | 28 | 32 | 31 | 28 |
| Octal | 231 | 210 | 64 | 0 | 13 | 102 | 50 | 62 | 61 | 50 |
| Binary | 10011001 | 10001000 | 110100 | 0 | 1011 | 1000010 | 101000 | 110010 | 110001 | 101000 |
Color Harmonies of #998834
Complementary color
Monochromatic Colors of #998834
Black with #998834
Text Example
Text Example
White with #998834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998834; }
p { color: rgb(153,136,52); }
H1.HeaderClassName
{
color: #998834;
}
.AnyTagClassName
{
color: #998834;
}
</style>
background-color css
<style>
a { background-color: #998834; }
a { background-color: rgb(153,136,52); }
div.DivClassName
{
background-color: #998834;
}
.BgClassName
{
background-color: #998834;
}
</style>
border-color css
<style>
span { border-color: #998834; }
span { border-color: rgb(153,136,52); }
td.TdClassName
{
border-color: #998834;
}
.TagClassName
{
border-color: #998834;
}
</style>