Shades of Lemon Ginger #908626
Tints of Lemon Ginger #908626
RGB
CMYK
RGB Variations
Color information
#908626 (or 0x908626) is known color: Lemon Ginger. HEX triplet: 90, 86 and 26. RGB value is (144,134,38). Sum of RGB (Red+Green+Blue) = 144+134+38=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #908626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908626 is #6F79D9. Grayscale: #7E7E7E. Windows color (decimal): -7305690 or 2524816. OLE color: 2524816.
HSL color Cylindrical-coordinate representation of color #908626: hue angle of 54.34º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #908626 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 38 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.44 |
| HSL | 54.34º | 0.58% | 0.36% | - |
| HSV(B) | 54.34º | 0.74% | 0.56% | - |
| XYZ | 20.38 | 23.12 | 5.22 | - |
| YUV | 126.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 38 | 0 | 0.07 | 0.74 | 0.44 | 54.34 | 0.58 | 0.36 |
| Hex | 90 | 86 | 26 | 0 | 7 | 4A | 2C | 36 | 3A | 24 |
| Octal | 220 | 206 | 46 | 0 | 7 | 112 | 54 | 66 | 72 | 44 |
| Binary | 10010000 | 10000110 | 100110 | 0 | 111 | 1001010 | 101100 | 110110 | 111010 | 100100 |
Color Harmonies of #908626
Complementary color
Monochromatic Colors of #908626
Black with #908626
Text Example
Text Example
White with #908626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908626; }
p { color: rgb(144,134,38); }
H1.HeaderClassName
{
color: #908626;
}
.AnyTagClassName
{
color: #908626;
}
</style>
background-color css
<style>
a { background-color: #908626; }
a { background-color: rgb(144,134,38); }
div.DivClassName
{
background-color: #908626;
}
.BgClassName
{
background-color: #908626;
}
</style>
border-color css
<style>
span { border-color: #908626; }
span { border-color: rgb(144,134,38); }
td.TdClassName
{
border-color: #908626;
}
.TagClassName
{
border-color: #908626;
}
</style>