Shades of Lemon Ginger #90802B
Tints of Lemon Ginger #90802B
RGB
CMYK
RGB Variations
Color information
#90802B (or 0x90802B) is known color: Lemon Ginger. HEX triplet: 90, 80 and 2B. RGB value is (144,128,43). Sum of RGB (Red+Green+Blue) = 144+128+43=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #90802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90802B is #6F7FD4. Grayscale: #7B7B7B. Windows color (decimal): -7307221 or 2850960. OLE color: 2850960.
HSL color Cylindrical-coordinate representation of color #90802B: hue angle of 50.5º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90802B is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 128 | 43 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.44 |
| HSL | 50.5º | 0.54% | 0.37% | - |
| HSV(B) | 50.5º | 0.7% | 0.56% | - |
| XYZ | 19.66 | 21.54 | 5.41 | - |
| YUV | 123.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 43 | 0 | 0.11 | 0.70 | 0.44 | 50.5 | 0.54 | 0.37 |
| Hex | 90 | 80 | 2B | 0 | B | 46 | 2C | 32 | 36 | 25 |
| Octal | 220 | 200 | 53 | 0 | 13 | 106 | 54 | 62 | 66 | 45 |
| Binary | 10010000 | 10000000 | 101011 | 0 | 1011 | 1000110 | 101100 | 110010 | 110110 | 100101 |
Color Harmonies of #90802B
Complementary color
Monochromatic Colors of #90802B
Black with #90802B
Text Example
Text Example
White with #90802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90802B; }
p { color: rgb(144,128,43); }
H1.HeaderClassName
{
color: #90802B;
}
.AnyTagClassName
{
color: #90802B;
}
</style>
background-color css
<style>
a { background-color: #90802B; }
a { background-color: rgb(144,128,43); }
div.DivClassName
{
background-color: #90802B;
}
.BgClassName
{
background-color: #90802B;
}
</style>
border-color css
<style>
span { border-color: #90802B; }
span { border-color: rgb(144,128,43); }
td.TdClassName
{
border-color: #90802B;
}
.TagClassName
{
border-color: #90802B;
}
</style>