Shades of Lemon Ginger #958A31
Tints of Lemon Ginger #958A31
RGB
CMYK
RGB Variations
Color information
#958A31 (or 0x958A31) is known color: Lemon Ginger. HEX triplet: 95, 8A and 31. RGB value is (149,138,49). Sum of RGB (Red+Green+Blue) = 149+138+49=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #958A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A31 is #6A75CE. Grayscale: #838383. Windows color (decimal): -6976975 or 3246741. OLE color: 3246741.
HSL color Cylindrical-coordinate representation of color #958A31: hue angle of 53.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #958A31 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 49 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.42 |
| HSL | 53.4º | 0.51% | 0.39% | - |
| HSV(B) | 53.4º | 0.67% | 0.58% | - |
| XYZ | 22.04 | 24.79 | 6.53 | - |
| YUV | 131.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 49 | 0 | 0.07 | 0.67 | 0.42 | 53.4 | 0.51 | 0.39 |
| Hex | 95 | 8A | 31 | 0 | 7 | 43 | 2A | 35 | 33 | 27 |
| Octal | 225 | 212 | 61 | 0 | 7 | 103 | 52 | 65 | 63 | 47 |
| Binary | 10010101 | 10001010 | 110001 | 0 | 111 | 1000011 | 101010 | 110101 | 110011 | 100111 |
Color Harmonies of #958A31
Complementary color
Monochromatic Colors of #958A31
Black with #958A31
Text Example
Text Example
White with #958A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A31; }
p { color: rgb(149,138,49); }
H1.HeaderClassName
{
color: #958A31;
}
.AnyTagClassName
{
color: #958A31;
}
</style>
background-color css
<style>
a { background-color: #958A31; }
a { background-color: rgb(149,138,49); }
div.DivClassName
{
background-color: #958A31;
}
.BgClassName
{
background-color: #958A31;
}
</style>
border-color css
<style>
span { border-color: #958A31; }
span { border-color: rgb(149,138,49); }
td.TdClassName
{
border-color: #958A31;
}
.TagClassName
{
border-color: #958A31;
}
</style>