Shades of Lemon Ginger #908623
Tints of Lemon Ginger #908623
RGB
CMYK
RGB Variations
Color information
#908623 (or 0x908623) is known color: Lemon Ginger. HEX triplet: 90, 86 and 23. RGB value is (144,134,35). Sum of RGB (Red+Green+Blue) = 144+134+35=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #908623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908623 is #6F79DC. Grayscale: #7E7E7E. Windows color (decimal): -7305693 or 2328208. OLE color: 2328208.
HSL color Cylindrical-coordinate representation of color #908623: hue angle of 54.5º 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 #908623 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 35 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.44 |
| HSL | 54.5º | 0.61% | 0.35% | - |
| HSV(B) | 54.5º | 0.76% | 0.56% | - |
| XYZ | 20.33 | 23.1 | 4.98 | - |
| YUV | 125.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 35 | 0 | 0.07 | 0.76 | 0.44 | 54.5 | 0.61 | 0.35 |
| Hex | 90 | 86 | 23 | 0 | 7 | 4C | 2C | 36 | 3D | 23 |
| Octal | 220 | 206 | 43 | 0 | 7 | 114 | 54 | 66 | 75 | 43 |
| Binary | 10010000 | 10000110 | 100011 | 0 | 111 | 1001100 | 101100 | 110110 | 111101 | 100011 |
Color Harmonies of #908623
Complementary color
Monochromatic Colors of #908623
Black with #908623
Text Example
Text Example
White with #908623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908623; }
p { color: rgb(144,134,35); }
H1.HeaderClassName
{
color: #908623;
}
.AnyTagClassName
{
color: #908623;
}
</style>
background-color css
<style>
a { background-color: #908623; }
a { background-color: rgb(144,134,35); }
div.DivClassName
{
background-color: #908623;
}
.BgClassName
{
background-color: #908623;
}
</style>
border-color css
<style>
span { border-color: #908623; }
span { border-color: rgb(144,134,35); }
td.TdClassName
{
border-color: #908623;
}
.TagClassName
{
border-color: #908623;
}
</style>