Shades of Lemon Ginger #908233
Tints of Lemon Ginger #908233
RGB
CMYK
RGB Variations
Color information
#908233 (or 0x908233) is known color: Lemon Ginger. HEX triplet: 90, 82 and 33. RGB value is (144,130,51). Sum of RGB (Red+Green+Blue) = 144+130+51=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #908233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908233 is #6F7DCC. Grayscale: #7D7D7D. Windows color (decimal): -7306701 or 3375760. OLE color: 3375760.
HSL color Cylindrical-coordinate representation of color #908233: hue angle of 50.97º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #908233 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 51 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.44 |
| HSL | 50.97º | 0.48% | 0.38% | - |
| HSV(B) | 50.97º | 0.65% | 0.56% | - |
| XYZ | 20.08 | 22.13 | 6.35 | - |
| YUV | 125.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 51 | 0 | 0.10 | 0.65 | 0.44 | 50.97 | 0.48 | 0.38 |
| Hex | 90 | 82 | 33 | 0 | A | 41 | 2C | 33 | 30 | 26 |
| Octal | 220 | 202 | 63 | 0 | 12 | 101 | 54 | 63 | 60 | 46 |
| Binary | 10010000 | 10000010 | 110011 | 0 | 1010 | 1000001 | 101100 | 110011 | 110000 | 100110 |
Color Harmonies of #908233
Complementary color
Monochromatic Colors of #908233
Black with #908233
Text Example
Text Example
White with #908233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908233; }
p { color: rgb(144,130,51); }
H1.HeaderClassName
{
color: #908233;
}
.AnyTagClassName
{
color: #908233;
}
</style>
background-color css
<style>
a { background-color: #908233; }
a { background-color: rgb(144,130,51); }
div.DivClassName
{
background-color: #908233;
}
.BgClassName
{
background-color: #908233;
}
</style>
border-color css
<style>
span { border-color: #908233; }
span { border-color: rgb(144,130,51); }
td.TdClassName
{
border-color: #908233;
}
.TagClassName
{
border-color: #908233;
}
</style>