Shades of Lemon Ginger #99822A
Tints of Lemon Ginger #99822A
RGB
CMYK
RGB Variations
Color information
#99822A (or 0x99822A) is known color: Lemon Ginger. HEX triplet: 99, 82 and 2A. RGB value is (153,130,42). Sum of RGB (Red+Green+Blue) = 153+130+42=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #99822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99822A is #667DD5. Grayscale: #7F7F7F. Windows color (decimal): -6716886 or 2785945. OLE color: 2785945.
HSL color Cylindrical-coordinate representation of color #99822A: hue angle of 47.57º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99822A is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 42 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.4 |
| HSL | 47.57º | 0.57% | 0.38% | - |
| HSV(B) | 47.57º | 0.73% | 0.6% | - |
| XYZ | 21.54 | 22.9 | 5.48 | - |
| YUV | 126.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 42 | 0 | 0.15 | 0.73 | 0.4 | 47.57 | 0.57 | 0.38 |
| Hex | 99 | 82 | 2A | 0 | F | 49 | 28 | 30 | 39 | 26 |
| Octal | 231 | 202 | 52 | 0 | 17 | 111 | 50 | 60 | 71 | 46 |
| Binary | 10011001 | 10000010 | 101010 | 0 | 1111 | 1001001 | 101000 | 110000 | 111001 | 100110 |
Color Harmonies of #99822A
Complementary color
Monochromatic Colors of #99822A
Black with #99822A
Text Example
Text Example
White with #99822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99822A; }
p { color: rgb(153,130,42); }
H1.HeaderClassName
{
color: #99822A;
}
.AnyTagClassName
{
color: #99822A;
}
</style>
background-color css
<style>
a { background-color: #99822A; }
a { background-color: rgb(153,130,42); }
div.DivClassName
{
background-color: #99822A;
}
.BgClassName
{
background-color: #99822A;
}
</style>
border-color css
<style>
span { border-color: #99822A; }
span { border-color: rgb(153,130,42); }
td.TdClassName
{
border-color: #99822A;
}
.TagClassName
{
border-color: #99822A;
}
</style>