Shades of Lemon Ginger #958E2A
Tints of Lemon Ginger #958E2A
RGB
CMYK
RGB Variations
Color information
#958E2A (or 0x958E2A) is known color: Lemon Ginger. HEX triplet: 95, 8E and 2A. RGB value is (149,142,42). Sum of RGB (Red+Green+Blue) = 149+142+42=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #958E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E2A is #6A71D5. Grayscale: #858585. Windows color (decimal): -6975958 or 2789013. OLE color: 2789013.
HSL color Cylindrical-coordinate representation of color #958E2A: hue angle of 56.07º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #958E2A is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 42 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.42 |
| HSL | 56.07º | 0.56% | 0.37% | - |
| HSV(B) | 56.07º | 0.72% | 0.58% | - |
| XYZ | 22.49 | 25.9 | 6.01 | - |
| YUV | 132.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 42 | 0 | 0.05 | 0.72 | 0.42 | 56.07 | 0.56 | 0.37 |
| Hex | 95 | 8E | 2A | 0 | 5 | 48 | 2A | 38 | 38 | 25 |
| Octal | 225 | 216 | 52 | 0 | 5 | 110 | 52 | 70 | 70 | 45 |
| Binary | 10010101 | 10001110 | 101010 | 0 | 101 | 1001000 | 101010 | 111000 | 111000 | 100101 |
Color Harmonies of #958E2A
Complementary color
Monochromatic Colors of #958E2A
Black with #958E2A
Text Example
Text Example
White with #958E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E2A; }
p { color: rgb(149,142,42); }
H1.HeaderClassName
{
color: #958E2A;
}
.AnyTagClassName
{
color: #958E2A;
}
</style>
background-color css
<style>
a { background-color: #958E2A; }
a { background-color: rgb(149,142,42); }
div.DivClassName
{
background-color: #958E2A;
}
.BgClassName
{
background-color: #958E2A;
}
</style>
border-color css
<style>
span { border-color: #958E2A; }
span { border-color: rgb(149,142,42); }
td.TdClassName
{
border-color: #958E2A;
}
.TagClassName
{
border-color: #958E2A;
}
</style>