Shades of Lemon Ginger #917B2D
Tints of Lemon Ginger #917B2D
RGB
CMYK
RGB Variations
Color information
#917B2D (or 0x917B2D) is known color: Lemon Ginger. HEX triplet: 91, 7B and 2D. RGB value is (145,123,45). Sum of RGB (Red+Green+Blue) = 145+123+45=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #917B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B2D is #6E84D2. Grayscale: #797979. Windows color (decimal): -7242963 or 2980753. OLE color: 2980753.
HSL color Cylindrical-coordinate representation of color #917B2D: hue angle of 46.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #917B2D is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 45 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.43 |
| HSL | 46.8º | 0.53% | 0.37% | - |
| HSV(B) | 46.8º | 0.69% | 0.57% | - |
| XYZ | 19.23 | 20.38 | 5.4 | - |
| YUV | 120.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 45 | 0 | 0.15 | 0.69 | 0.43 | 46.8 | 0.53 | 0.37 |
| Hex | 91 | 7B | 2D | 0 | F | 45 | 2B | 2F | 35 | 25 |
| Octal | 221 | 173 | 55 | 0 | 17 | 105 | 53 | 57 | 65 | 45 |
| Binary | 10010001 | 1111011 | 101101 | 0 | 1111 | 1000101 | 101011 | 101111 | 110101 | 100101 |
Color Harmonies of #917B2D
Complementary color
Monochromatic Colors of #917B2D
Black with #917B2D
Text Example
Text Example
White with #917B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B2D; }
p { color: rgb(145,123,45); }
H1.HeaderClassName
{
color: #917B2D;
}
.AnyTagClassName
{
color: #917B2D;
}
</style>
background-color css
<style>
a { background-color: #917B2D; }
a { background-color: rgb(145,123,45); }
div.DivClassName
{
background-color: #917B2D;
}
.BgClassName
{
background-color: #917B2D;
}
</style>
border-color css
<style>
span { border-color: #917B2D; }
span { border-color: rgb(145,123,45); }
td.TdClassName
{
border-color: #917B2D;
}
.TagClassName
{
border-color: #917B2D;
}
</style>