Shades of Lemon Ginger #94881B
Tints of Lemon Ginger #94881B
RGB
CMYK
RGB Variations
Color information
#94881B (or 0x94881B) is known color: Lemon Ginger. HEX triplet: 94, 88 and 1B. RGB value is (148,136,27). Sum of RGB (Red+Green+Blue) = 148+136+27=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94881B is #6B77E4. Grayscale: #7F7F7F. Windows color (decimal): -7043045 or 1804436. OLE color: 1804436.
HSL color Cylindrical-coordinate representation of color #94881B: hue angle of 54.05º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94881B is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 27 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.42 |
| HSL | 54.05º | 0.69% | 0.34% | - |
| HSV(B) | 54.05º | 0.82% | 0.58% | - |
| XYZ | 21.21 | 23.98 | 4.55 | - |
| YUV | 127.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 27 | 0 | 0.08 | 0.82 | 0.42 | 54.05 | 0.69 | 0.34 |
| Hex | 94 | 88 | 1B | 0 | 8 | 52 | 2A | 36 | 45 | 22 |
| Octal | 224 | 210 | 33 | 0 | 10 | 122 | 52 | 66 | 105 | 42 |
| Binary | 10010100 | 10001000 | 11011 | 0 | 1000 | 1010010 | 101010 | 110110 | 1000101 | 100010 |
Color Harmonies of #94881B
Complementary color
Monochromatic Colors of #94881B
Black with #94881B
Text Example
Text Example
White with #94881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94881B; }
p { color: rgb(148,136,27); }
H1.HeaderClassName
{
color: #94881B;
}
.AnyTagClassName
{
color: #94881B;
}
</style>
background-color css
<style>
a { background-color: #94881B; }
a { background-color: rgb(148,136,27); }
div.DivClassName
{
background-color: #94881B;
}
.BgClassName
{
background-color: #94881B;
}
</style>
border-color css
<style>
span { border-color: #94881B; }
span { border-color: rgb(148,136,27); }
td.TdClassName
{
border-color: #94881B;
}
.TagClassName
{
border-color: #94881B;
}
</style>