Shades of Lemon Ginger #917A28
Tints of Lemon Ginger #917A28
RGB
CMYK
RGB Variations
Color information
#917A28 (or 0x917A28) is known color: Lemon Ginger. HEX triplet: 91, 7A and 28. RGB value is (145,122,40). Sum of RGB (Red+Green+Blue) = 145+122+40=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #917A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A28 is #6E85D7. Grayscale: #777777. Windows color (decimal): -7243224 or 2652817. OLE color: 2652817.
HSL color Cylindrical-coordinate representation of color #917A28: hue angle of 46.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #917A28 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 40 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.43 |
| HSL | 46.86º | 0.57% | 0.36% | - |
| HSV(B) | 46.86º | 0.72% | 0.57% | - |
| XYZ | 19.02 | 20.09 | 4.88 | - |
| YUV | 119.53 | 83.12 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 40 | 0 | 0.16 | 0.72 | 0.43 | 46.86 | 0.57 | 0.36 |
| Hex | 91 | 7A | 28 | 0 | 10 | 48 | 2B | 2F | 39 | 24 |
| Octal | 221 | 172 | 50 | 0 | 20 | 110 | 53 | 57 | 71 | 44 |
| Binary | 10010001 | 1111010 | 101000 | 0 | 10000 | 1001000 | 101011 | 101111 | 111001 | 100100 |
Color Harmonies of #917A28
Complementary color
Monochromatic Colors of #917A28
Black with #917A28
Text Example
Text Example
White with #917A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A28; }
p { color: rgb(145,122,40); }
H1.HeaderClassName
{
color: #917A28;
}
.AnyTagClassName
{
color: #917A28;
}
</style>
background-color css
<style>
a { background-color: #917A28; }
a { background-color: rgb(145,122,40); }
div.DivClassName
{
background-color: #917A28;
}
.BgClassName
{
background-color: #917A28;
}
</style>
border-color css
<style>
span { border-color: #917A28; }
span { border-color: rgb(145,122,40); }
td.TdClassName
{
border-color: #917A28;
}
.TagClassName
{
border-color: #917A28;
}
</style>