Shades of Lemon Ginger #908A16
Tints of Lemon Ginger #908A16
RGB
CMYK
RGB Variations
Color information
#908A16 (or 0x908A16) is known color: Lemon Ginger. HEX triplet: 90, 8A and 16. RGB value is (144,138,22). Sum of RGB (Red+Green+Blue) = 144+138+22=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #908A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908A16 is #6F75E9. Grayscale: #7F7F7F. Windows color (decimal): -7304682 or 1477264. OLE color: 1477264.
HSL color Cylindrical-coordinate representation of color #908A16: hue angle of 57.05º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #908A16 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 22 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.44 |
| HSL | 57.05º | 0.73% | 0.33% | - |
| HSV(B) | 57.05º | 0.85% | 0.56% | - |
| XYZ | 20.73 | 24.16 | 4.33 | - |
| YUV | 126.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 22 | 0 | 0.04 | 0.85 | 0.44 | 57.05 | 0.73 | 0.33 |
| Hex | 90 | 8A | 16 | 0 | 4 | 55 | 2C | 39 | 49 | 21 |
| Octal | 220 | 212 | 26 | 0 | 4 | 125 | 54 | 71 | 111 | 41 |
| Binary | 10010000 | 10001010 | 10110 | 0 | 100 | 1010101 | 101100 | 111001 | 1001001 | 100001 |
Color Harmonies of #908A16
Complementary color
Monochromatic Colors of #908A16
Black with #908A16
Text Example
Text Example
White with #908A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A16; }
p { color: rgb(144,138,22); }
H1.HeaderClassName
{
color: #908A16;
}
.AnyTagClassName
{
color: #908A16;
}
</style>
background-color css
<style>
a { background-color: #908A16; }
a { background-color: rgb(144,138,22); }
div.DivClassName
{
background-color: #908A16;
}
.BgClassName
{
background-color: #908A16;
}
</style>
border-color css
<style>
span { border-color: #908A16; }
span { border-color: rgb(144,138,22); }
td.TdClassName
{
border-color: #908A16;
}
.TagClassName
{
border-color: #908A16;
}
</style>