Shades of Lemon Ginger #948533
Tints of Lemon Ginger #948533
RGB
CMYK
RGB Variations
Color information
#948533 (or 0x948533) is known color: Lemon Ginger. HEX triplet: 94, 85 and 33. RGB value is (148,133,51). Sum of RGB (Red+Green+Blue) = 148+133+51=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #948533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948533 is #6B7ACC. Grayscale: #808080. Windows color (decimal): -7043789 or 3376532. OLE color: 3376532.
HSL color Cylindrical-coordinate representation of color #948533: hue angle of 50.72º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #948533 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 51 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.42 |
| HSL | 50.72º | 0.49% | 0.39% | - |
| HSV(B) | 50.72º | 0.66% | 0.58% | - |
| XYZ | 21.2 | 23.31 | 6.51 | - |
| YUV | 128.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 51 | 0 | 0.10 | 0.66 | 0.42 | 50.72 | 0.49 | 0.39 |
| Hex | 94 | 85 | 33 | 0 | A | 42 | 2A | 33 | 31 | 27 |
| Octal | 224 | 205 | 63 | 0 | 12 | 102 | 52 | 63 | 61 | 47 |
| Binary | 10010100 | 10000101 | 110011 | 0 | 1010 | 1000010 | 101010 | 110011 | 110001 | 100111 |
Color Harmonies of #948533
Complementary color
Monochromatic Colors of #948533
Black with #948533
Text Example
Text Example
White with #948533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948533; }
p { color: rgb(148,133,51); }
H1.HeaderClassName
{
color: #948533;
}
.AnyTagClassName
{
color: #948533;
}
</style>
background-color css
<style>
a { background-color: #948533; }
a { background-color: rgb(148,133,51); }
div.DivClassName
{
background-color: #948533;
}
.BgClassName
{
background-color: #948533;
}
</style>
border-color css
<style>
span { border-color: #948533; }
span { border-color: rgb(148,133,51); }
td.TdClassName
{
border-color: #948533;
}
.TagClassName
{
border-color: #948533;
}
</style>