Shades of Lemon Ginger #908A17
Tints of Lemon Ginger #908A17
RGB
CMYK
RGB Variations
Color information
#908A17 (or 0x908A17) is known color: Lemon Ginger. HEX triplet: 90, 8A and 17. RGB value is (144,138,23). Sum of RGB (Red+Green+Blue) = 144+138+23=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #908A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908A17 is #6F75E8. Grayscale: #7F7F7F. Windows color (decimal): -7304681 or 1542800. OLE color: 1542800.
HSL color Cylindrical-coordinate representation of color #908A17: hue angle of 57.02º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #908A17 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 23 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.44 |
| HSL | 57.02º | 0.72% | 0.33% | - |
| HSV(B) | 57.02º | 0.84% | 0.56% | - |
| XYZ | 20.74 | 24.17 | 4.38 | - |
| YUV | 126.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 23 | 0 | 0.04 | 0.84 | 0.44 | 57.02 | 0.72 | 0.33 |
| Hex | 90 | 8A | 17 | 0 | 4 | 54 | 2C | 39 | 48 | 21 |
| Octal | 220 | 212 | 27 | 0 | 4 | 124 | 54 | 71 | 110 | 41 |
| Binary | 10010000 | 10001010 | 10111 | 0 | 100 | 1010100 | 101100 | 111001 | 1001000 | 100001 |
Color Harmonies of #908A17
Complementary color
Monochromatic Colors of #908A17
Black with #908A17
Text Example
Text Example
White with #908A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A17; }
p { color: rgb(144,138,23); }
H1.HeaderClassName
{
color: #908A17;
}
.AnyTagClassName
{
color: #908A17;
}
</style>
background-color css
<style>
a { background-color: #908A17; }
a { background-color: rgb(144,138,23); }
div.DivClassName
{
background-color: #908A17;
}
.BgClassName
{
background-color: #908A17;
}
</style>
border-color css
<style>
span { border-color: #908A17; }
span { border-color: rgb(144,138,23); }
td.TdClassName
{
border-color: #908A17;
}
.TagClassName
{
border-color: #908A17;
}
</style>