Shades of Lemon Ginger #958F2B
Tints of Lemon Ginger #958F2B
RGB
CMYK
RGB Variations
Color information
#958F2B (or 0x958F2B) is known color: Lemon Ginger. HEX triplet: 95, 8F and 2B. RGB value is (149,143,43). Sum of RGB (Red+Green+Blue) = 149+143+43=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #958F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F2B is #6A70D4. Grayscale: #858585. Windows color (decimal): -6975701 or 2854805. OLE color: 2854805.
HSL color Cylindrical-coordinate representation of color #958F2B: hue angle of 56.6º 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 #958F2B is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 43 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.42 |
| HSL | 56.6º | 0.55% | 0.38% | - |
| HSV(B) | 56.6º | 0.71% | 0.58% | - |
| XYZ | 22.65 | 26.21 | 6.15 | - |
| YUV | 133.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 43 | 0 | 0.04 | 0.71 | 0.42 | 56.6 | 0.55 | 0.38 |
| Hex | 95 | 8F | 2B | 0 | 4 | 47 | 2A | 39 | 37 | 26 |
| Octal | 225 | 217 | 53 | 0 | 4 | 107 | 52 | 71 | 67 | 46 |
| Binary | 10010101 | 10001111 | 101011 | 0 | 100 | 1000111 | 101010 | 111001 | 110111 | 100110 |
Color Harmonies of #958F2B
Complementary color
Monochromatic Colors of #958F2B
Black with #958F2B
Text Example
Text Example
White with #958F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F2B; }
p { color: rgb(149,143,43); }
H1.HeaderClassName
{
color: #958F2B;
}
.AnyTagClassName
{
color: #958F2B;
}
</style>
background-color css
<style>
a { background-color: #958F2B; }
a { background-color: rgb(149,143,43); }
div.DivClassName
{
background-color: #958F2B;
}
.BgClassName
{
background-color: #958F2B;
}
</style>
border-color css
<style>
span { border-color: #958F2B; }
span { border-color: rgb(149,143,43); }
td.TdClassName
{
border-color: #958F2B;
}
.TagClassName
{
border-color: #958F2B;
}
</style>