Shades of Lemon Ginger #99881E
Tints of Lemon Ginger #99881E
RGB
CMYK
RGB Variations
Color information
#99881E (or 0x99881E) is known color: Lemon Ginger. HEX triplet: 99, 88 and 1E. RGB value is (153,136,30). Sum of RGB (Red+Green+Blue) = 153+136+30=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #99881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99881E is #6677E1. Grayscale: #818181. Windows color (decimal): -6715362 or 2001049. OLE color: 2001049.
HSL color Cylindrical-coordinate representation of color #99881E: hue angle of 51.71º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99881E is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 30 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.4 |
| HSL | 51.71º | 0.67% | 0.36% | - |
| HSV(B) | 51.71º | 0.8% | 0.6% | - |
| XYZ | 22.18 | 24.47 | 4.78 | - |
| YUV | 129 | 72.13 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 30 | 0 | 0.11 | 0.80 | 0.4 | 51.71 | 0.67 | 0.36 |
| Hex | 99 | 88 | 1E | 0 | B | 50 | 28 | 34 | 43 | 24 |
| Octal | 231 | 210 | 36 | 0 | 13 | 120 | 50 | 64 | 103 | 44 |
| Binary | 10011001 | 10001000 | 11110 | 0 | 1011 | 1010000 | 101000 | 110100 | 1000011 | 100100 |
Color Harmonies of #99881E
Complementary color
Monochromatic Colors of #99881E
Black with #99881E
Text Example
Text Example
White with #99881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99881E; }
p { color: rgb(153,136,30); }
H1.HeaderClassName
{
color: #99881E;
}
.AnyTagClassName
{
color: #99881E;
}
</style>
background-color css
<style>
a { background-color: #99881E; }
a { background-color: rgb(153,136,30); }
div.DivClassName
{
background-color: #99881E;
}
.BgClassName
{
background-color: #99881E;
}
</style>
border-color css
<style>
span { border-color: #99881E; }
span { border-color: rgb(153,136,30); }
td.TdClassName
{
border-color: #99881E;
}
.TagClassName
{
border-color: #99881E;
}
</style>