Shades of Lemon Ginger #95912A
Tints of Lemon Ginger #95912A
RGB
CMYK
RGB Variations
Color information
#95912A (or 0x95912A) is known color: Lemon Ginger. HEX triplet: 95, 91 and 2A. RGB value is (149,145,42). Sum of RGB (Red+Green+Blue) = 149+145+42=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #95912A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95912A is #6A6ED5. Grayscale: #868686. Windows color (decimal): -6975190 or 2789781. OLE color: 2789781.
HSL color Cylindrical-coordinate representation of color #95912A: hue angle of 57.76º 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 #95912A is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 42 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.42 |
| HSL | 57.76º | 0.56% | 0.37% | - |
| HSV(B) | 57.76º | 0.72% | 0.58% | - |
| XYZ | 22.94 | 26.81 | 6.16 | - |
| YUV | 134.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 42 | 0 | 0.03 | 0.72 | 0.42 | 57.76 | 0.56 | 0.37 |
| Hex | 95 | 91 | 2A | 0 | 3 | 48 | 2A | 3A | 38 | 25 |
| Octal | 225 | 221 | 52 | 0 | 3 | 110 | 52 | 72 | 70 | 45 |
| Binary | 10010101 | 10010001 | 101010 | 0 | 11 | 1001000 | 101010 | 111010 | 111000 | 100101 |
Color Harmonies of #95912A
Complementary color
Monochromatic Colors of #95912A
Black with #95912A
Text Example
Text Example
White with #95912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95912A; }
p { color: rgb(149,145,42); }
H1.HeaderClassName
{
color: #95912A;
}
.AnyTagClassName
{
color: #95912A;
}
</style>
background-color css
<style>
a { background-color: #95912A; }
a { background-color: rgb(149,145,42); }
div.DivClassName
{
background-color: #95912A;
}
.BgClassName
{
background-color: #95912A;
}
</style>
border-color css
<style>
span { border-color: #95912A; }
span { border-color: rgb(149,145,42); }
td.TdClassName
{
border-color: #95912A;
}
.TagClassName
{
border-color: #95912A;
}
</style>