Shades of Lemon Ginger #92881B
Tints of Lemon Ginger #92881B
RGB
CMYK
RGB Variations
Color information
#92881B (or 0x92881B) is known color: Lemon Ginger. HEX triplet: 92, 88 and 1B. RGB value is (146,136,27). Sum of RGB (Red+Green+Blue) = 146+136+27=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92881B is #6D77E4. Grayscale: #7F7F7F. Windows color (decimal): -7174117 or 1804434. OLE color: 1804434.
HSL color Cylindrical-coordinate representation of color #92881B: hue angle of 54.96º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #92881B is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 27 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.43 |
| HSL | 54.96º | 0.69% | 0.34% | - |
| HSV(B) | 54.96º | 0.82% | 0.57% | - |
| XYZ | 20.86 | 23.8 | 4.53 | - |
| YUV | 126.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 27 | 0 | 0.07 | 0.82 | 0.43 | 54.96 | 0.69 | 0.34 |
| Hex | 92 | 88 | 1B | 0 | 7 | 52 | 2B | 37 | 45 | 22 |
| Octal | 222 | 210 | 33 | 0 | 7 | 122 | 53 | 67 | 105 | 42 |
| Binary | 10010010 | 10001000 | 11011 | 0 | 111 | 1010010 | 101011 | 110111 | 1000101 | 100010 |
Color Harmonies of #92881B
Complementary color
Monochromatic Colors of #92881B
Black with #92881B
Text Example
Text Example
White with #92881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92881B; }
p { color: rgb(146,136,27); }
H1.HeaderClassName
{
color: #92881B;
}
.AnyTagClassName
{
color: #92881B;
}
</style>
background-color css
<style>
a { background-color: #92881B; }
a { background-color: rgb(146,136,27); }
div.DivClassName
{
background-color: #92881B;
}
.BgClassName
{
background-color: #92881B;
}
</style>
border-color css
<style>
span { border-color: #92881B; }
span { border-color: rgb(146,136,27); }
td.TdClassName
{
border-color: #92881B;
}
.TagClassName
{
border-color: #92881B;
}
</style>