Shades of Lemon Ginger #918331
Tints of Lemon Ginger #918331
RGB
CMYK
RGB Variations
Color information
#918331 (or 0x918331) is known color: Lemon Ginger. HEX triplet: 91, 83 and 31. RGB value is (145,131,49). Sum of RGB (Red+Green+Blue) = 145+131+49=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #918331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918331 is #6E7CCE. Grayscale: #7E7E7E. Windows color (decimal): -7240911 or 3244945. OLE color: 3244945.
HSL color Cylindrical-coordinate representation of color #918331: hue angle of 51.25º 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 #918331 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 131 | 49 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.43 |
| HSL | 51.25º | 0.49% | 0.38% | - |
| HSV(B) | 51.25º | 0.66% | 0.57% | - |
| XYZ | 20.35 | 22.47 | 6.17 | - |
| YUV | 125.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 49 | 0 | 0.10 | 0.66 | 0.43 | 51.25 | 0.49 | 0.38 |
| Hex | 91 | 83 | 31 | 0 | A | 42 | 2B | 33 | 31 | 26 |
| Octal | 221 | 203 | 61 | 0 | 12 | 102 | 53 | 63 | 61 | 46 |
| Binary | 10010001 | 10000011 | 110001 | 0 | 1010 | 1000010 | 101011 | 110011 | 110001 | 100110 |
Color Harmonies of #918331
Complementary color
Monochromatic Colors of #918331
Black with #918331
Text Example
Text Example
White with #918331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918331; }
p { color: rgb(145,131,49); }
H1.HeaderClassName
{
color: #918331;
}
.AnyTagClassName
{
color: #918331;
}
</style>
background-color css
<style>
a { background-color: #918331; }
a { background-color: rgb(145,131,49); }
div.DivClassName
{
background-color: #918331;
}
.BgClassName
{
background-color: #918331;
}
</style>
border-color css
<style>
span { border-color: #918331; }
span { border-color: rgb(145,131,49); }
td.TdClassName
{
border-color: #918331;
}
.TagClassName
{
border-color: #918331;
}
</style>