Shades of Lemon Ginger #908A23
Tints of Lemon Ginger #908A23
RGB
CMYK
RGB Variations
Color information
#908A23 (or 0x908A23) is known color: Lemon Ginger. HEX triplet: 90, 8A and 23. RGB value is (144,138,35). Sum of RGB (Red+Green+Blue) = 144+138+35=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #908A23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908A23 is #6F75DC. Grayscale: #808080. Windows color (decimal): -7304669 or 2329232. OLE color: 2329232.
HSL color Cylindrical-coordinate representation of color #908A23: hue angle of 56.7º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #908A23 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 35 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.44 |
| HSL | 56.7º | 0.61% | 0.35% | - |
| HSV(B) | 56.7º | 0.76% | 0.56% | - |
| XYZ | 20.89 | 24.23 | 5.17 | - |
| YUV | 128.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 35 | 0 | 0.04 | 0.76 | 0.44 | 56.7 | 0.61 | 0.35 |
| Hex | 90 | 8A | 23 | 0 | 4 | 4C | 2C | 39 | 3D | 23 |
| Octal | 220 | 212 | 43 | 0 | 4 | 114 | 54 | 71 | 75 | 43 |
| Binary | 10010000 | 10001010 | 100011 | 0 | 100 | 1001100 | 101100 | 111001 | 111101 | 100011 |
Color Harmonies of #908A23
Complementary color
Monochromatic Colors of #908A23
Black with #908A23
Text Example
Text Example
White with #908A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A23; }
p { color: rgb(144,138,35); }
H1.HeaderClassName
{
color: #908A23;
}
.AnyTagClassName
{
color: #908A23;
}
</style>
background-color css
<style>
a { background-color: #908A23; }
a { background-color: rgb(144,138,35); }
div.DivClassName
{
background-color: #908A23;
}
.BgClassName
{
background-color: #908A23;
}
</style>
border-color css
<style>
span { border-color: #908A23; }
span { border-color: rgb(144,138,35); }
td.TdClassName
{
border-color: #908A23;
}
.TagClassName
{
border-color: #908A23;
}
</style>