Shades of Lemon Ginger #918731
Tints of Lemon Ginger #918731
RGB
CMYK
RGB Variations
Color information
#918731 (or 0x918731) is known color: Lemon Ginger. HEX triplet: 91, 87 and 31. RGB value is (145,135,49). Sum of RGB (Red+Green+Blue) = 145+135+49=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #918731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918731 is #6E78CE. Grayscale: #808080. Windows color (decimal): -7239887 or 3245969. OLE color: 3245969.
HSL color Cylindrical-coordinate representation of color #918731: hue angle of 53.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #918731 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 135 | 49 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.43 |
| HSL | 53.75º | 0.49% | 0.38% | - |
| HSV(B) | 53.75º | 0.66% | 0.57% | - |
| XYZ | 20.9 | 23.57 | 6.35 | - |
| YUV | 128.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 49 | 0 | 0.07 | 0.66 | 0.43 | 53.75 | 0.49 | 0.38 |
| Hex | 91 | 87 | 31 | 0 | 7 | 42 | 2B | 36 | 31 | 26 |
| Octal | 221 | 207 | 61 | 0 | 7 | 102 | 53 | 66 | 61 | 46 |
| Binary | 10010001 | 10000111 | 110001 | 0 | 111 | 1000010 | 101011 | 110110 | 110001 | 100110 |
Color Harmonies of #918731
Complementary color
Monochromatic Colors of #918731
Black with #918731
Text Example
Text Example
White with #918731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918731; }
p { color: rgb(145,135,49); }
H1.HeaderClassName
{
color: #918731;
}
.AnyTagClassName
{
color: #918731;
}
</style>
background-color css
<style>
a { background-color: #918731; }
a { background-color: rgb(145,135,49); }
div.DivClassName
{
background-color: #918731;
}
.BgClassName
{
background-color: #918731;
}
</style>
border-color css
<style>
span { border-color: #918731; }
span { border-color: rgb(145,135,49); }
td.TdClassName
{
border-color: #918731;
}
.TagClassName
{
border-color: #918731;
}
</style>