Shades of Lemon Ginger #918813
Tints of Lemon Ginger #918813
RGB
CMYK
RGB Variations
Color information
#918813 (or 0x918813) is known color: Lemon Ginger. HEX triplet: 91, 88 and 13. RGB value is (145,136,19). Sum of RGB (Red+Green+Blue) = 145+136+19=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #918813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918813 is #6E77EC. Grayscale: #7D7D7D. Windows color (decimal): -7239661 or 1280145. OLE color: 1280145.
HSL color Cylindrical-coordinate representation of color #918813: hue angle of 55.71º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #918813 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 19 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.43 |
| HSL | 55.71º | 0.77% | 0.32% | - |
| HSV(B) | 55.71º | 0.87% | 0.57% | - |
| XYZ | 20.6 | 23.68 | 4.1 | - |
| YUV | 125.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 19 | 0 | 0.06 | 0.87 | 0.43 | 55.71 | 0.77 | 0.32 |
| Hex | 91 | 88 | 13 | 0 | 6 | 57 | 2B | 38 | 4D | 20 |
| Octal | 221 | 210 | 23 | 0 | 6 | 127 | 53 | 70 | 115 | 40 |
| Binary | 10010001 | 10001000 | 10011 | 0 | 110 | 1010111 | 101011 | 111000 | 1001101 | 100000 |
Color Harmonies of #918813
Complementary color
Monochromatic Colors of #918813
Black with #918813
Text Example
Text Example
White with #918813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918813; }
p { color: rgb(145,136,19); }
H1.HeaderClassName
{
color: #918813;
}
.AnyTagClassName
{
color: #918813;
}
</style>
background-color css
<style>
a { background-color: #918813; }
a { background-color: rgb(145,136,19); }
div.DivClassName
{
background-color: #918813;
}
.BgClassName
{
background-color: #918813;
}
</style>
border-color css
<style>
span { border-color: #918813; }
span { border-color: rgb(145,136,19); }
td.TdClassName
{
border-color: #918813;
}
.TagClassName
{
border-color: #918813;
}
</style>