Shades of Lemon Ginger #90881C
Tints of Lemon Ginger #90881C
RGB
CMYK
RGB Variations
Color information
#90881C (or 0x90881C) is known color: Lemon Ginger. HEX triplet: 90, 88 and 1C. RGB value is (144,136,28). Sum of RGB (Red+Green+Blue) = 144+136+28=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90881C is #6F77E3. Grayscale: #7E7E7E. Windows color (decimal): -7305188 or 1869968. OLE color: 1869968.
HSL color Cylindrical-coordinate representation of color #90881C: hue angle of 55.86º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90881C is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 28 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.44 |
| HSL | 55.86º | 0.67% | 0.34% | - |
| HSV(B) | 55.86º | 0.81% | 0.56% | - |
| XYZ | 20.52 | 23.62 | 4.58 | - |
| YUV | 126.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 28 | 0 | 0.06 | 0.81 | 0.44 | 55.86 | 0.67 | 0.34 |
| Hex | 90 | 88 | 1C | 0 | 6 | 51 | 2C | 38 | 43 | 22 |
| Octal | 220 | 210 | 34 | 0 | 6 | 121 | 54 | 70 | 103 | 42 |
| Binary | 10010000 | 10001000 | 11100 | 0 | 110 | 1010001 | 101100 | 111000 | 1000011 | 100010 |
Color Harmonies of #90881C
Complementary color
Monochromatic Colors of #90881C
Black with #90881C
Text Example
Text Example
White with #90881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90881C; }
p { color: rgb(144,136,28); }
H1.HeaderClassName
{
color: #90881C;
}
.AnyTagClassName
{
color: #90881C;
}
</style>
background-color css
<style>
a { background-color: #90881C; }
a { background-color: rgb(144,136,28); }
div.DivClassName
{
background-color: #90881C;
}
.BgClassName
{
background-color: #90881C;
}
</style>
border-color css
<style>
span { border-color: #90881C; }
span { border-color: rgb(144,136,28); }
td.TdClassName
{
border-color: #90881C;
}
.TagClassName
{
border-color: #90881C;
}
</style>