Shades of Lemon Ginger #917F33
Tints of Lemon Ginger #917F33
RGB
CMYK
RGB Variations
Color information
#917F33 (or 0x917F33) is known color: Lemon Ginger. HEX triplet: 91, 7F and 33. RGB value is (145,127,51). Sum of RGB (Red+Green+Blue) = 145+127+51=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #917F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F33 is #6E80CC. Grayscale: #7C7C7C. Windows color (decimal): -7241933 or 3374993. OLE color: 3374993.
HSL color Cylindrical-coordinate representation of color #917F33: hue angle of 48.51º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #917F33 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 51 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.43 |
| HSL | 48.51º | 0.48% | 0.38% | - |
| HSV(B) | 48.51º | 0.65% | 0.57% | - |
| XYZ | 19.86 | 21.44 | 6.22 | - |
| YUV | 123.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 51 | 0 | 0.12 | 0.65 | 0.43 | 48.51 | 0.48 | 0.38 |
| Hex | 91 | 7F | 33 | 0 | C | 41 | 2B | 31 | 30 | 26 |
| Octal | 221 | 177 | 63 | 0 | 14 | 101 | 53 | 61 | 60 | 46 |
| Binary | 10010001 | 1111111 | 110011 | 0 | 1100 | 1000001 | 101011 | 110001 | 110000 | 100110 |
Color Harmonies of #917F33
Complementary color
Monochromatic Colors of #917F33
Black with #917F33
Text Example
Text Example
White with #917F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F33; }
p { color: rgb(145,127,51); }
H1.HeaderClassName
{
color: #917F33;
}
.AnyTagClassName
{
color: #917F33;
}
</style>
background-color css
<style>
a { background-color: #917F33; }
a { background-color: rgb(145,127,51); }
div.DivClassName
{
background-color: #917F33;
}
.BgClassName
{
background-color: #917F33;
}
</style>
border-color css
<style>
span { border-color: #917F33; }
span { border-color: rgb(145,127,51); }
td.TdClassName
{
border-color: #917F33;
}
.TagClassName
{
border-color: #917F33;
}
</style>