Shades of Lemon Ginger #90802C
Tints of Lemon Ginger #90802C
RGB
CMYK
RGB Variations
Color information
#90802C (or 0x90802C) is known color: Lemon Ginger. HEX triplet: 90, 80 and 2C. RGB value is (144,128,44). Sum of RGB (Red+Green+Blue) = 144+128+44=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #90802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90802C is #6F7FD3. Grayscale: #7B7B7B. Windows color (decimal): -7307220 or 2916496. OLE color: 2916496.
HSL color Cylindrical-coordinate representation of color #90802C: hue angle of 50.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90802C is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 128 | 44 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.44 |
| HSL | 50.4º | 0.53% | 0.37% | - |
| HSV(B) | 50.4º | 0.69% | 0.56% | - |
| XYZ | 19.68 | 21.55 | 5.51 | - |
| YUV | 123.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 44 | 0 | 0.11 | 0.69 | 0.44 | 50.4 | 0.53 | 0.37 |
| Hex | 90 | 80 | 2C | 0 | B | 45 | 2C | 32 | 35 | 25 |
| Octal | 220 | 200 | 54 | 0 | 13 | 105 | 54 | 62 | 65 | 45 |
| Binary | 10010000 | 10000000 | 101100 | 0 | 1011 | 1000101 | 101100 | 110010 | 110101 | 100101 |
Color Harmonies of #90802C
Complementary color
Monochromatic Colors of #90802C
Black with #90802C
Text Example
Text Example
White with #90802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90802C; }
p { color: rgb(144,128,44); }
H1.HeaderClassName
{
color: #90802C;
}
.AnyTagClassName
{
color: #90802C;
}
</style>
background-color css
<style>
a { background-color: #90802C; }
a { background-color: rgb(144,128,44); }
div.DivClassName
{
background-color: #90802C;
}
.BgClassName
{
background-color: #90802C;
}
</style>
border-color css
<style>
span { border-color: #90802C; }
span { border-color: rgb(144,128,44); }
td.TdClassName
{
border-color: #90802C;
}
.TagClassName
{
border-color: #90802C;
}
</style>