Shades of Lemon Ginger #90882F
Tints of Lemon Ginger #90882F
RGB
CMYK
RGB Variations
Color information
#90882F (or 0x90882F) is known color: Lemon Ginger. HEX triplet: 90, 88 and 2F. RGB value is (144,136,47). Sum of RGB (Red+Green+Blue) = 144+136+47=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #90882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90882F is #6F77D0. Grayscale: #808080. Windows color (decimal): -7305169 or 3115152. OLE color: 3115152.
HSL color Cylindrical-coordinate representation of color #90882F: hue angle of 55.05º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90882F is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 47 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.44 |
| HSL | 55.05º | 0.51% | 0.37% | - |
| HSV(B) | 55.05º | 0.67% | 0.56% | - |
| XYZ | 20.82 | 23.74 | 6.17 | - |
| YUV | 128.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 47 | 0 | 0.06 | 0.67 | 0.44 | 55.05 | 0.51 | 0.37 |
| Hex | 90 | 88 | 2F | 0 | 6 | 43 | 2C | 37 | 33 | 25 |
| Octal | 220 | 210 | 57 | 0 | 6 | 103 | 54 | 67 | 63 | 45 |
| Binary | 10010000 | 10001000 | 101111 | 0 | 110 | 1000011 | 101100 | 110111 | 110011 | 100101 |
Color Harmonies of #90882F
Complementary color
Monochromatic Colors of #90882F
Black with #90882F
Text Example
Text Example
White with #90882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90882F; }
p { color: rgb(144,136,47); }
H1.HeaderClassName
{
color: #90882F;
}
.AnyTagClassName
{
color: #90882F;
}
</style>
background-color css
<style>
a { background-color: #90882F; }
a { background-color: rgb(144,136,47); }
div.DivClassName
{
background-color: #90882F;
}
.BgClassName
{
background-color: #90882F;
}
</style>
border-color css
<style>
span { border-color: #90882F; }
span { border-color: rgb(144,136,47); }
td.TdClassName
{
border-color: #90882F;
}
.TagClassName
{
border-color: #90882F;
}
</style>