Shades of Lemon Ginger #918523
Tints of Lemon Ginger #918523
RGB
CMYK
RGB Variations
Color information
#918523 (or 0x918523) is known color: Lemon Ginger. HEX triplet: 91, 85 and 23. RGB value is (145,133,35). Sum of RGB (Red+Green+Blue) = 145+133+35=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #918523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918523 is #6E7ADC. Grayscale: #7D7D7D. Windows color (decimal): -7240413 or 2327953. OLE color: 2327953.
HSL color Cylindrical-coordinate representation of color #918523: hue angle of 53.45º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #918523 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 35 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.43 |
| HSL | 53.45º | 0.61% | 0.35% | - |
| HSV(B) | 53.45º | 0.76% | 0.57% | - |
| XYZ | 20.37 | 22.92 | 4.94 | - |
| YUV | 125.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 35 | 0 | 0.08 | 0.76 | 0.43 | 53.45 | 0.61 | 0.35 |
| Hex | 91 | 85 | 23 | 0 | 8 | 4C | 2B | 35 | 3D | 23 |
| Octal | 221 | 205 | 43 | 0 | 10 | 114 | 53 | 65 | 75 | 43 |
| Binary | 10010001 | 10000101 | 100011 | 0 | 1000 | 1001100 | 101011 | 110101 | 111101 | 100011 |
Color Harmonies of #918523
Complementary color
Monochromatic Colors of #918523
Black with #918523
Text Example
Text Example
White with #918523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918523; }
p { color: rgb(145,133,35); }
H1.HeaderClassName
{
color: #918523;
}
.AnyTagClassName
{
color: #918523;
}
</style>
background-color css
<style>
a { background-color: #918523; }
a { background-color: rgb(145,133,35); }
div.DivClassName
{
background-color: #918523;
}
.BgClassName
{
background-color: #918523;
}
</style>
border-color css
<style>
span { border-color: #918523; }
span { border-color: rgb(145,133,35); }
td.TdClassName
{
border-color: #918523;
}
.TagClassName
{
border-color: #918523;
}
</style>