Shades of Lemon Ginger #887F30
Tints of Lemon Ginger #887F30
RGB
CMYK
RGB Variations
Color information
#887F30 (or 0x887F30) is known color: Lemon Ginger. HEX triplet: 88, 7F and 30. RGB value is (136,127,48). Sum of RGB (Red+Green+Blue) = 136+127+48=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #887F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887F30 is #7780CF. Grayscale: #797979. Windows color (decimal): -7831760 or 3178376. OLE color: 3178376.
HSL color Cylindrical-coordinate representation of color #887F30: hue angle of 53.86º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #887F30 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 48 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.47 |
| HSL | 53.86º | 0.48% | 0.36% | - |
| HSV(B) | 53.86º | 0.65% | 0.53% | - |
| XYZ | 18.28 | 20.63 | 5.81 | - |
| YUV | 120.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 48 | 0 | 0.07 | 0.65 | 0.47 | 53.86 | 0.48 | 0.36 |
| Hex | 88 | 7F | 30 | 0 | 7 | 41 | 2F | 36 | 30 | 24 |
| Octal | 210 | 177 | 60 | 0 | 7 | 101 | 57 | 66 | 60 | 44 |
| Binary | 10001000 | 1111111 | 110000 | 0 | 111 | 1000001 | 101111 | 110110 | 110000 | 100100 |
Color Harmonies of #887F30
Complementary color
Monochromatic Colors of #887F30
Black with #887F30
Text Example
Text Example
White with #887F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F30; }
p { color: rgb(136,127,48); }
H1.HeaderClassName
{
color: #887F30;
}
.AnyTagClassName
{
color: #887F30;
}
</style>
background-color css
<style>
a { background-color: #887F30; }
a { background-color: rgb(136,127,48); }
div.DivClassName
{
background-color: #887F30;
}
.BgClassName
{
background-color: #887F30;
}
</style>
border-color css
<style>
span { border-color: #887F30; }
span { border-color: rgb(136,127,48); }
td.TdClassName
{
border-color: #887F30;
}
.TagClassName
{
border-color: #887F30;
}
</style>