Shades of Lemon Ginger #918814
Tints of Lemon Ginger #918814
RGB
CMYK
RGB Variations
Color information
#918814 (or 0x918814) is known color: Lemon Ginger. HEX triplet: 91, 88 and 14. RGB value is (145,136,20). Sum of RGB (Red+Green+Blue) = 145+136+20=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #918814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918814 is #6E77EB. Grayscale: #7D7D7D. Windows color (decimal): -7239660 or 1345681. OLE color: 1345681.
HSL color Cylindrical-coordinate representation of color #918814: hue angle of 55.68º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #918814 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 20 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.43 |
| HSL | 55.68º | 0.76% | 0.32% | - |
| HSV(B) | 55.68º | 0.86% | 0.57% | - |
| XYZ | 20.61 | 23.68 | 4.15 | - |
| YUV | 125.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 20 | 0 | 0.06 | 0.86 | 0.43 | 55.68 | 0.76 | 0.32 |
| Hex | 91 | 88 | 14 | 0 | 6 | 56 | 2B | 38 | 4C | 20 |
| Octal | 221 | 210 | 24 | 0 | 6 | 126 | 53 | 70 | 114 | 40 |
| Binary | 10010001 | 10001000 | 10100 | 0 | 110 | 1010110 | 101011 | 111000 | 1001100 | 100000 |
Color Harmonies of #918814
Complementary color
Monochromatic Colors of #918814
Black with #918814
Text Example
Text Example
White with #918814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918814; }
p { color: rgb(145,136,20); }
H1.HeaderClassName
{
color: #918814;
}
.AnyTagClassName
{
color: #918814;
}
</style>
background-color css
<style>
a { background-color: #918814; }
a { background-color: rgb(145,136,20); }
div.DivClassName
{
background-color: #918814;
}
.BgClassName
{
background-color: #918814;
}
</style>
border-color css
<style>
span { border-color: #918814; }
span { border-color: rgb(145,136,20); }
td.TdClassName
{
border-color: #918814;
}
.TagClassName
{
border-color: #918814;
}
</style>