Shades of Lemon Ginger #99851F
Tints of Lemon Ginger #99851F
RGB
CMYK
RGB Variations
Color information
#99851F (or 0x99851F) is known color: Lemon Ginger. HEX triplet: 99, 85 and 1F. RGB value is (153,133,31). Sum of RGB (Red+Green+Blue) = 153+133+31=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99851F is #667AE0. Grayscale: #7F7F7F. Windows color (decimal): -6716129 or 2065817. OLE color: 2065817.
HSL color Cylindrical-coordinate representation of color #99851F: hue angle of 50.16º degrees, saturation: 0.66, 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 #99851F is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 31 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.4 |
| HSL | 50.16º | 0.66% | 0.36% | - |
| HSV(B) | 50.16º | 0.8% | 0.6% | - |
| XYZ | 21.77 | 23.65 | 4.71 | - |
| YUV | 127.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 31 | 0 | 0.13 | 0.80 | 0.4 | 50.16 | 0.66 | 0.36 |
| Hex | 99 | 85 | 1F | 0 | D | 50 | 28 | 32 | 42 | 24 |
| Octal | 231 | 205 | 37 | 0 | 15 | 120 | 50 | 62 | 102 | 44 |
| Binary | 10011001 | 10000101 | 11111 | 0 | 1101 | 1010000 | 101000 | 110010 | 1000010 | 100100 |
Color Harmonies of #99851F
Complementary color
Monochromatic Colors of #99851F
Black with #99851F
Text Example
Text Example
White with #99851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99851F; }
p { color: rgb(153,133,31); }
H1.HeaderClassName
{
color: #99851F;
}
.AnyTagClassName
{
color: #99851F;
}
</style>
background-color css
<style>
a { background-color: #99851F; }
a { background-color: rgb(153,133,31); }
div.DivClassName
{
background-color: #99851F;
}
.BgClassName
{
background-color: #99851F;
}
</style>
border-color css
<style>
span { border-color: #99851F; }
span { border-color: rgb(153,133,31); }
td.TdClassName
{
border-color: #99851F;
}
.TagClassName
{
border-color: #99851F;
}
</style>