Shades of Lemon Ginger #917A27
Tints of Lemon Ginger #917A27
RGB
CMYK
RGB Variations
Color information
#917A27 (or 0x917A27) is known color: Lemon Ginger. HEX triplet: 91, 7A and 27. RGB value is (145,122,39). Sum of RGB (Red+Green+Blue) = 145+122+39=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #917A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A27 is #6E85D8. Grayscale: #777777. Windows color (decimal): -7243225 or 2587281. OLE color: 2587281.
HSL color Cylindrical-coordinate representation of color #917A27: hue angle of 46.98º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #917A27 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 39 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.43 |
| HSL | 46.98º | 0.58% | 0.36% | - |
| HSV(B) | 46.98º | 0.73% | 0.57% | - |
| XYZ | 19 | 20.09 | 4.79 | - |
| YUV | 119.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 39 | 0 | 0.16 | 0.73 | 0.43 | 46.98 | 0.58 | 0.36 |
| Hex | 91 | 7A | 27 | 0 | 10 | 49 | 2B | 2F | 3A | 24 |
| Octal | 221 | 172 | 47 | 0 | 20 | 111 | 53 | 57 | 72 | 44 |
| Binary | 10010001 | 1111010 | 100111 | 0 | 10000 | 1001001 | 101011 | 101111 | 111010 | 100100 |
Color Harmonies of #917A27
Complementary color
Monochromatic Colors of #917A27
Black with #917A27
Text Example
Text Example
White with #917A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A27; }
p { color: rgb(145,122,39); }
H1.HeaderClassName
{
color: #917A27;
}
.AnyTagClassName
{
color: #917A27;
}
</style>
background-color css
<style>
a { background-color: #917A27; }
a { background-color: rgb(145,122,39); }
div.DivClassName
{
background-color: #917A27;
}
.BgClassName
{
background-color: #917A27;
}
</style>
border-color css
<style>
span { border-color: #917A27; }
span { border-color: rgb(145,122,39); }
td.TdClassName
{
border-color: #917A27;
}
.TagClassName
{
border-color: #917A27;
}
</style>