Shades of Lemon Ginger #92801C
Tints of Lemon Ginger #92801C
RGB
CMYK
RGB Variations
Color information
#92801C (or 0x92801C) is known color: Lemon Ginger. HEX triplet: 92, 80 and 1C. RGB value is (146,128,28). Sum of RGB (Red+Green+Blue) = 146+128+28=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #92801C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92801C is #6D7FE3. Grayscale: #7A7A7A. Windows color (decimal): -7176164 or 1867922. OLE color: 1867922.
HSL color Cylindrical-coordinate representation of color #92801C: hue angle of 50.85º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #92801C is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 128 | 28 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.43 |
| HSL | 50.85º | 0.68% | 0.34% | - |
| HSV(B) | 50.85º | 0.81% | 0.57% | - |
| XYZ | 19.78 | 21.63 | 4.23 | - |
| YUV | 121.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 28 | 0 | 0.12 | 0.81 | 0.43 | 50.85 | 0.68 | 0.34 |
| Hex | 92 | 80 | 1C | 0 | C | 51 | 2B | 33 | 44 | 22 |
| Octal | 222 | 200 | 34 | 0 | 14 | 121 | 53 | 63 | 104 | 42 |
| Binary | 10010010 | 10000000 | 11100 | 0 | 1100 | 1010001 | 101011 | 110011 | 1000100 | 100010 |
Color Harmonies of #92801C
Complementary color
Monochromatic Colors of #92801C
Black with #92801C
Text Example
Text Example
White with #92801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92801C; }
p { color: rgb(146,128,28); }
H1.HeaderClassName
{
color: #92801C;
}
.AnyTagClassName
{
color: #92801C;
}
</style>
background-color css
<style>
a { background-color: #92801C; }
a { background-color: rgb(146,128,28); }
div.DivClassName
{
background-color: #92801C;
}
.BgClassName
{
background-color: #92801C;
}
</style>
border-color css
<style>
span { border-color: #92801C; }
span { border-color: rgb(146,128,28); }
td.TdClassName
{
border-color: #92801C;
}
.TagClassName
{
border-color: #92801C;
}
</style>