Shades of Lemon Ginger #90881F
Tints of Lemon Ginger #90881F
RGB
CMYK
RGB Variations
Color information
#90881F (or 0x90881F) is known color: Lemon Ginger. HEX triplet: 90, 88 and 1F. RGB value is (144,136,31). Sum of RGB (Red+Green+Blue) = 144+136+31=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #90881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90881F is #6F77E0. Grayscale: #7E7E7E. Windows color (decimal): -7305185 or 2066576. OLE color: 2066576.
HSL color Cylindrical-coordinate representation of color #90881F: hue angle of 55.75º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90881F is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 31 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.44 |
| HSL | 55.75º | 0.65% | 0.34% | - |
| HSV(B) | 55.75º | 0.78% | 0.56% | - |
| XYZ | 20.55 | 23.64 | 4.78 | - |
| YUV | 126.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 31 | 0 | 0.06 | 0.78 | 0.44 | 55.75 | 0.65 | 0.34 |
| Hex | 90 | 88 | 1F | 0 | 6 | 4E | 2C | 38 | 41 | 22 |
| Octal | 220 | 210 | 37 | 0 | 6 | 116 | 54 | 70 | 101 | 42 |
| Binary | 10010000 | 10001000 | 11111 | 0 | 110 | 1001110 | 101100 | 111000 | 1000001 | 100010 |
Color Harmonies of #90881F
Complementary color
Monochromatic Colors of #90881F
Black with #90881F
Text Example
Text Example
White with #90881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90881F; }
p { color: rgb(144,136,31); }
H1.HeaderClassName
{
color: #90881F;
}
.AnyTagClassName
{
color: #90881F;
}
</style>
background-color css
<style>
a { background-color: #90881F; }
a { background-color: rgb(144,136,31); }
div.DivClassName
{
background-color: #90881F;
}
.BgClassName
{
background-color: #90881F;
}
</style>
border-color css
<style>
span { border-color: #90881F; }
span { border-color: rgb(144,136,31); }
td.TdClassName
{
border-color: #90881F;
}
.TagClassName
{
border-color: #90881F;
}
</style>