Shades of Lemon Ginger #918A2B
Tints of Lemon Ginger #918A2B
RGB
CMYK
RGB Variations
Color information
#918A2B (or 0x918A2B) is known color: Lemon Ginger. HEX triplet: 91, 8A and 2B. RGB value is (145,138,43). Sum of RGB (Red+Green+Blue) = 145+138+43=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #918A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918A2B is #6E75D4. Grayscale: #818181. Windows color (decimal): -7239125 or 2853521. OLE color: 2853521.
HSL color Cylindrical-coordinate representation of color #918A2B: hue angle of 55.88º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #918A2B is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 43 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.43 |
| HSL | 55.88º | 0.54% | 0.37% | - |
| HSV(B) | 55.88º | 0.7% | 0.57% | - |
| XYZ | 21.2 | 24.37 | 5.87 | - |
| YUV | 129.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 43 | 0 | 0.05 | 0.70 | 0.43 | 55.88 | 0.54 | 0.37 |
| Hex | 91 | 8A | 2B | 0 | 5 | 46 | 2B | 38 | 36 | 25 |
| Octal | 221 | 212 | 53 | 0 | 5 | 106 | 53 | 70 | 66 | 45 |
| Binary | 10010001 | 10001010 | 101011 | 0 | 101 | 1000110 | 101011 | 111000 | 110110 | 100101 |
Color Harmonies of #918A2B
Complementary color
Monochromatic Colors of #918A2B
Black with #918A2B
Text Example
Text Example
White with #918A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A2B; }
p { color: rgb(145,138,43); }
H1.HeaderClassName
{
color: #918A2B;
}
.AnyTagClassName
{
color: #918A2B;
}
</style>
background-color css
<style>
a { background-color: #918A2B; }
a { background-color: rgb(145,138,43); }
div.DivClassName
{
background-color: #918A2B;
}
.BgClassName
{
background-color: #918A2B;
}
</style>
border-color css
<style>
span { border-color: #918A2B; }
span { border-color: rgb(145,138,43); }
td.TdClassName
{
border-color: #918A2B;
}
.TagClassName
{
border-color: #918A2B;
}
</style>