Shades of Lemon Ginger #90891B
Tints of Lemon Ginger #90891B
RGB
CMYK
RGB Variations
Color information
#90891B (or 0x90891B) is known color: Lemon Ginger. HEX triplet: 90, 89 and 1B. RGB value is (144,137,27). Sum of RGB (Red+Green+Blue) = 144+137+27=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90891B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90891B is #6F76E4. Grayscale: #7F7F7F. Windows color (decimal): -7304933 or 1804688. OLE color: 1804688.
HSL color Cylindrical-coordinate representation of color #90891B: hue angle of 56.41º degrees, saturation: 0.68, 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 #90891B is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 27 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.44 |
| HSL | 56.41º | 0.68% | 0.34% | - |
| HSV(B) | 56.41º | 0.81% | 0.56% | - |
| XYZ | 20.65 | 23.9 | 4.56 | - |
| YUV | 126.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 27 | 0 | 0.05 | 0.81 | 0.44 | 56.41 | 0.68 | 0.34 |
| Hex | 90 | 89 | 1B | 0 | 5 | 51 | 2C | 38 | 44 | 22 |
| Octal | 220 | 211 | 33 | 0 | 5 | 121 | 54 | 70 | 104 | 42 |
| Binary | 10010000 | 10001001 | 11011 | 0 | 101 | 1010001 | 101100 | 111000 | 1000100 | 100010 |
Color Harmonies of #90891B
Complementary color
Monochromatic Colors of #90891B
Black with #90891B
Text Example
Text Example
White with #90891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90891B; }
p { color: rgb(144,137,27); }
H1.HeaderClassName
{
color: #90891B;
}
.AnyTagClassName
{
color: #90891B;
}
</style>
background-color css
<style>
a { background-color: #90891B; }
a { background-color: rgb(144,137,27); }
div.DivClassName
{
background-color: #90891B;
}
.BgClassName
{
background-color: #90891B;
}
</style>
border-color css
<style>
span { border-color: #90891B; }
span { border-color: rgb(144,137,27); }
td.TdClassName
{
border-color: #90891B;
}
.TagClassName
{
border-color: #90891B;
}
</style>