Shades of Lemon Ginger #918716
Tints of Lemon Ginger #918716
RGB
CMYK
RGB Variations
Color information
#918716 (or 0x918716) is known color: Lemon Ginger. HEX triplet: 91, 87 and 16. RGB value is (145,135,22). Sum of RGB (Red+Green+Blue) = 145+135+22=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #918716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918716 is #6E78E9. Grayscale: #7D7D7D. Windows color (decimal): -7239914 or 1476497. OLE color: 1476497.
HSL color Cylindrical-coordinate representation of color #918716: hue angle of 55.12º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #918716 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 135 | 22 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.43 |
| HSL | 55.12º | 0.74% | 0.33% | - |
| HSV(B) | 55.12º | 0.85% | 0.57% | - |
| XYZ | 20.49 | 23.41 | 4.2 | - |
| YUV | 125.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 22 | 0 | 0.07 | 0.85 | 0.43 | 55.12 | 0.74 | 0.33 |
| Hex | 91 | 87 | 16 | 0 | 7 | 55 | 2B | 37 | 4A | 21 |
| Octal | 221 | 207 | 26 | 0 | 7 | 125 | 53 | 67 | 112 | 41 |
| Binary | 10010001 | 10000111 | 10110 | 0 | 111 | 1010101 | 101011 | 110111 | 1001010 | 100001 |
Color Harmonies of #918716
Complementary color
Monochromatic Colors of #918716
Black with #918716
Text Example
Text Example
White with #918716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918716; }
p { color: rgb(145,135,22); }
H1.HeaderClassName
{
color: #918716;
}
.AnyTagClassName
{
color: #918716;
}
</style>
background-color css
<style>
a { background-color: #918716; }
a { background-color: rgb(145,135,22); }
div.DivClassName
{
background-color: #918716;
}
.BgClassName
{
background-color: #918716;
}
</style>
border-color css
<style>
span { border-color: #918716; }
span { border-color: rgb(145,135,22); }
td.TdClassName
{
border-color: #918716;
}
.TagClassName
{
border-color: #918716;
}
</style>