Shades of Lemon Ginger #908E2B
Tints of Lemon Ginger #908E2B
RGB
CMYK
RGB Variations
Color information
#908E2B (or 0x908E2B) is known color: Lemon Ginger. HEX triplet: 90, 8E and 2B. RGB value is (144,142,43). Sum of RGB (Red+Green+Blue) = 144+142+43=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #908E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908E2B is #6F71D4. Grayscale: #838383. Windows color (decimal): -7303637 or 2854544. OLE color: 2854544.
HSL color Cylindrical-coordinate representation of color #908E2B: hue angle of 58.81º 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 #908E2B is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 142 | 43 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.44 |
| HSL | 58.81º | 0.54% | 0.37% | - |
| HSV(B) | 58.81º | 0.7% | 0.56% | - |
| XYZ | 21.61 | 25.45 | 6.06 | - |
| YUV | 131.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 43 | 0 | 0.01 | 0.70 | 0.44 | 58.81 | 0.54 | 0.37 |
| Hex | 90 | 8E | 2B | 0 | 1 | 46 | 2C | 3B | 36 | 25 |
| Octal | 220 | 216 | 53 | 0 | 1 | 106 | 54 | 73 | 66 | 45 |
| Binary | 10010000 | 10001110 | 101011 | 0 | 1 | 1000110 | 101100 | 111011 | 110110 | 100101 |
Color Harmonies of #908E2B
Complementary color
Monochromatic Colors of #908E2B
Black with #908E2B
Text Example
Text Example
White with #908E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E2B; }
p { color: rgb(144,142,43); }
H1.HeaderClassName
{
color: #908E2B;
}
.AnyTagClassName
{
color: #908E2B;
}
</style>
background-color css
<style>
a { background-color: #908E2B; }
a { background-color: rgb(144,142,43); }
div.DivClassName
{
background-color: #908E2B;
}
.BgClassName
{
background-color: #908E2B;
}
</style>
border-color css
<style>
span { border-color: #908E2B; }
span { border-color: rgb(144,142,43); }
td.TdClassName
{
border-color: #908E2B;
}
.TagClassName
{
border-color: #908E2B;
}
</style>