Shades of Lemon Ginger #958819
Tints of Lemon Ginger #958819
RGB
CMYK
RGB Variations
Color information
#958819 (or 0x958819) is known color: Lemon Ginger. HEX triplet: 95, 88 and 19. RGB value is (149,136,25). Sum of RGB (Red+Green+Blue) = 149+136+25=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #958819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958819 is #6A77E6. Grayscale: #7F7F7F. Windows color (decimal): -6977511 or 1673365. OLE color: 1673365.
HSL color Cylindrical-coordinate representation of color #958819: hue angle of 53.71º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #958819 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 25 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.42 |
| HSL | 53.71º | 0.71% | 0.34% | - |
| HSV(B) | 53.71º | 0.83% | 0.58% | - |
| XYZ | 21.37 | 24.07 | 4.44 | - |
| YUV | 127.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 25 | 0 | 0.09 | 0.83 | 0.42 | 53.71 | 0.71 | 0.34 |
| Hex | 95 | 88 | 19 | 0 | 9 | 53 | 2A | 36 | 47 | 22 |
| Octal | 225 | 210 | 31 | 0 | 11 | 123 | 52 | 66 | 107 | 42 |
| Binary | 10010101 | 10001000 | 11001 | 0 | 1001 | 1010011 | 101010 | 110110 | 1000111 | 100010 |
Color Harmonies of #958819
Complementary color
Monochromatic Colors of #958819
Black with #958819
Text Example
Text Example
White with #958819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958819; }
p { color: rgb(149,136,25); }
H1.HeaderClassName
{
color: #958819;
}
.AnyTagClassName
{
color: #958819;
}
</style>
background-color css
<style>
a { background-color: #958819; }
a { background-color: rgb(149,136,25); }
div.DivClassName
{
background-color: #958819;
}
.BgClassName
{
background-color: #958819;
}
</style>
border-color css
<style>
span { border-color: #958819; }
span { border-color: rgb(149,136,25); }
td.TdClassName
{
border-color: #958819;
}
.TagClassName
{
border-color: #958819;
}
</style>