Shades of Lemon Ginger #958B21
Tints of Lemon Ginger #958B21
RGB
CMYK
RGB Variations
Color information
#958B21 (or 0x958B21) is known color: Lemon Ginger. HEX triplet: 95, 8B and 21. RGB value is (149,139,33). Sum of RGB (Red+Green+Blue) = 149+139+33=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #958B21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958B21 is #6A74DE. Grayscale: #828282. Windows color (decimal): -6976735 or 2198421. OLE color: 2198421.
HSL color Cylindrical-coordinate representation of color #958B21: hue angle of 54.83º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #958B21 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 33 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.42 |
| HSL | 54.83º | 0.64% | 0.36% | - |
| HSV(B) | 54.83º | 0.78% | 0.58% | - |
| XYZ | 21.9 | 24.96 | 5.1 | - |
| YUV | 129.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 33 | 0 | 0.07 | 0.78 | 0.42 | 54.83 | 0.64 | 0.36 |
| Hex | 95 | 8B | 21 | 0 | 7 | 4E | 2A | 37 | 40 | 24 |
| Octal | 225 | 213 | 41 | 0 | 7 | 116 | 52 | 67 | 100 | 44 |
| Binary | 10010101 | 10001011 | 100001 | 0 | 111 | 1001110 | 101010 | 110111 | 1000000 | 100100 |
Color Harmonies of #958B21
Complementary color
Monochromatic Colors of #958B21
Black with #958B21
Text Example
Text Example
White with #958B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B21; }
p { color: rgb(149,139,33); }
H1.HeaderClassName
{
color: #958B21;
}
.AnyTagClassName
{
color: #958B21;
}
</style>
background-color css
<style>
a { background-color: #958B21; }
a { background-color: rgb(149,139,33); }
div.DivClassName
{
background-color: #958B21;
}
.BgClassName
{
background-color: #958B21;
}
</style>
border-color css
<style>
span { border-color: #958B21; }
span { border-color: rgb(149,139,33); }
td.TdClassName
{
border-color: #958B21;
}
.TagClassName
{
border-color: #958B21;
}
</style>