Shades of Lemon Ginger #918130
Tints of Lemon Ginger #918130
RGB
CMYK
RGB Variations
Color information
#918130 (or 0x918130) is known color: Lemon Ginger. HEX triplet: 91, 81 and 30. RGB value is (145,129,48). Sum of RGB (Red+Green+Blue) = 145+129+48=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #918130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918130 is #6E7ECF. Grayscale: #7C7C7C. Windows color (decimal): -7241424 or 3178897. OLE color: 3178897.
HSL color Cylindrical-coordinate representation of color #918130: hue angle of 50.1º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #918130 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 48 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.43 |
| HSL | 50.1º | 0.5% | 0.38% | - |
| HSV(B) | 50.1º | 0.67% | 0.57% | - |
| XYZ | 20.06 | 21.93 | 5.97 | - |
| YUV | 124.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 48 | 0 | 0.11 | 0.67 | 0.43 | 50.1 | 0.5 | 0.38 |
| Hex | 91 | 81 | 30 | 0 | B | 43 | 2B | 32 | 32 | 26 |
| Octal | 221 | 201 | 60 | 0 | 13 | 103 | 53 | 62 | 62 | 46 |
| Binary | 10010001 | 10000001 | 110000 | 0 | 1011 | 1000011 | 101011 | 110010 | 110010 | 100110 |
Color Harmonies of #918130
Complementary color
Monochromatic Colors of #918130
Black with #918130
Text Example
Text Example
White with #918130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918130; }
p { color: rgb(145,129,48); }
H1.HeaderClassName
{
color: #918130;
}
.AnyTagClassName
{
color: #918130;
}
</style>
background-color css
<style>
a { background-color: #918130; }
a { background-color: rgb(145,129,48); }
div.DivClassName
{
background-color: #918130;
}
.BgClassName
{
background-color: #918130;
}
</style>
border-color css
<style>
span { border-color: #918130; }
span { border-color: rgb(145,129,48); }
td.TdClassName
{
border-color: #918130;
}
.TagClassName
{
border-color: #918130;
}
</style>