Shades of Lemon Ginger #918A15
Tints of Lemon Ginger #918A15
RGB
CMYK
RGB Variations
Color information
#918A15 (or 0x918A15) is known color: Lemon Ginger. HEX triplet: 91, 8A and 15. RGB value is (145,138,21). Sum of RGB (Red+Green+Blue) = 145+138+21=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #918A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918A15 is #6E75EA. Grayscale: #7F7F7F. Windows color (decimal): -7239147 or 1411729. OLE color: 1411729.
HSL color Cylindrical-coordinate representation of color #918A15: hue angle of 56.61º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #918A15 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 21 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.43 |
| HSL | 56.61º | 0.75% | 0.33% | - |
| HSV(B) | 56.61º | 0.86% | 0.57% | - |
| XYZ | 20.9 | 24.25 | 4.29 | - |
| YUV | 126.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 21 | 0 | 0.05 | 0.86 | 0.43 | 56.61 | 0.75 | 0.33 |
| Hex | 91 | 8A | 15 | 0 | 5 | 56 | 2B | 39 | 4B | 21 |
| Octal | 221 | 212 | 25 | 0 | 5 | 126 | 53 | 71 | 113 | 41 |
| Binary | 10010001 | 10001010 | 10101 | 0 | 101 | 1010110 | 101011 | 111001 | 1001011 | 100001 |
Color Harmonies of #918A15
Complementary color
Monochromatic Colors of #918A15
Black with #918A15
Text Example
Text Example
White with #918A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A15; }
p { color: rgb(145,138,21); }
H1.HeaderClassName
{
color: #918A15;
}
.AnyTagClassName
{
color: #918A15;
}
</style>
background-color css
<style>
a { background-color: #918A15; }
a { background-color: rgb(145,138,21); }
div.DivClassName
{
background-color: #918A15;
}
.BgClassName
{
background-color: #918A15;
}
</style>
border-color css
<style>
span { border-color: #918A15; }
span { border-color: rgb(145,138,21); }
td.TdClassName
{
border-color: #918A15;
}
.TagClassName
{
border-color: #918A15;
}
</style>