Shades of Lemon Ginger #958F21
Tints of Lemon Ginger #958F21
RGB
CMYK
RGB Variations
Color information
#958F21 (or 0x958F21) is known color: Lemon Ginger. HEX triplet: 95, 8F and 21. RGB value is (149,143,33). Sum of RGB (Red+Green+Blue) = 149+143+33=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #958F21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F21 is #6A70DE. Grayscale: #848484. Windows color (decimal): -6975711 or 2199445. OLE color: 2199445.
HSL color Cylindrical-coordinate representation of color #958F21: hue angle of 56.9º 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 #958F21 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 33 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.42 |
| HSL | 56.9º | 0.64% | 0.36% | - |
| HSV(B) | 56.9º | 0.78% | 0.58% | - |
| XYZ | 22.49 | 26.14 | 5.3 | - |
| YUV | 132.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 33 | 0 | 0.04 | 0.78 | 0.42 | 56.9 | 0.64 | 0.36 |
| Hex | 95 | 8F | 21 | 0 | 4 | 4E | 2A | 39 | 40 | 24 |
| Octal | 225 | 217 | 41 | 0 | 4 | 116 | 52 | 71 | 100 | 44 |
| Binary | 10010101 | 10001111 | 100001 | 0 | 100 | 1001110 | 101010 | 111001 | 1000000 | 100100 |
Color Harmonies of #958F21
Complementary color
Monochromatic Colors of #958F21
Black with #958F21
Text Example
Text Example
White with #958F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F21; }
p { color: rgb(149,143,33); }
H1.HeaderClassName
{
color: #958F21;
}
.AnyTagClassName
{
color: #958F21;
}
</style>
background-color css
<style>
a { background-color: #958F21; }
a { background-color: rgb(149,143,33); }
div.DivClassName
{
background-color: #958F21;
}
.BgClassName
{
background-color: #958F21;
}
</style>
border-color css
<style>
span { border-color: #958F21; }
span { border-color: rgb(149,143,33); }
td.TdClassName
{
border-color: #958F21;
}
.TagClassName
{
border-color: #958F21;
}
</style>