Shades of Lemon Ginger #958B2B
Tints of Lemon Ginger #958B2B
RGB
CMYK
RGB Variations
Color information
#958B2B (or 0x958B2B) is known color: Lemon Ginger. HEX triplet: 95, 8B and 2B. RGB value is (149,139,43). Sum of RGB (Red+Green+Blue) = 149+139+43=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #958B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958B2B is #6A74D4. Grayscale: #838383. Windows color (decimal): -6976725 or 2853781. OLE color: 2853781.
HSL color Cylindrical-coordinate representation of color #958B2B: hue angle of 54.34º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #958B2B is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 43 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.42 |
| HSL | 54.34º | 0.55% | 0.38% | - |
| HSV(B) | 54.34º | 0.71% | 0.58% | - |
| XYZ | 22.06 | 25.03 | 5.95 | - |
| YUV | 131.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 43 | 0 | 0.07 | 0.71 | 0.42 | 54.34 | 0.55 | 0.38 |
| Hex | 95 | 8B | 2B | 0 | 7 | 47 | 2A | 36 | 37 | 26 |
| Octal | 225 | 213 | 53 | 0 | 7 | 107 | 52 | 66 | 67 | 46 |
| Binary | 10010101 | 10001011 | 101011 | 0 | 111 | 1000111 | 101010 | 110110 | 110111 | 100110 |
Color Harmonies of #958B2B
Complementary color
Monochromatic Colors of #958B2B
Black with #958B2B
Text Example
Text Example
White with #958B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B2B; }
p { color: rgb(149,139,43); }
H1.HeaderClassName
{
color: #958B2B;
}
.AnyTagClassName
{
color: #958B2B;
}
</style>
background-color css
<style>
a { background-color: #958B2B; }
a { background-color: rgb(149,139,43); }
div.DivClassName
{
background-color: #958B2B;
}
.BgClassName
{
background-color: #958B2B;
}
</style>
border-color css
<style>
span { border-color: #958B2B; }
span { border-color: rgb(149,139,43); }
td.TdClassName
{
border-color: #958B2B;
}
.TagClassName
{
border-color: #958B2B;
}
</style>