Shades of Lemon Ginger #8B801B
Tints of Lemon Ginger #8B801B
RGB
CMYK
RGB Variations
Color information
#8B801B (or 0x8B801B) is known color: Lemon Ginger. HEX triplet: 8B, 80 and 1B. RGB value is (139,128,27). Sum of RGB (Red+Green+Blue) = 139+128+27=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B801B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B801B is #747FE4. Grayscale: #787878. Windows color (decimal): -7634917 or 1802379. OLE color: 1802379.
HSL color Cylindrical-coordinate representation of color #8B801B: hue angle of 54.11º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B801B is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 27 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.45 |
| HSL | 54.11º | 0.67% | 0.33% | - |
| HSV(B) | 54.11º | 0.81% | 0.55% | - |
| XYZ | 18.56 | 21.01 | 4.11 | - |
| YUV | 119.78 | 75.64 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 27 | 0 | 0.08 | 0.81 | 0.45 | 54.11 | 0.67 | 0.33 |
| Hex | 8B | 80 | 1B | 0 | 8 | 51 | 2D | 36 | 43 | 21 |
| Octal | 213 | 200 | 33 | 0 | 10 | 121 | 55 | 66 | 103 | 41 |
| Binary | 10001011 | 10000000 | 11011 | 0 | 1000 | 1010001 | 101101 | 110110 | 1000011 | 100001 |
Color Harmonies of #8B801B
Complementary color
Monochromatic Colors of #8B801B
Black with #8B801B
Text Example
Text Example
White with #8B801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B801B; }
p { color: rgb(139,128,27); }
H1.HeaderClassName
{
color: #8B801B;
}
.AnyTagClassName
{
color: #8B801B;
}
</style>
background-color css
<style>
a { background-color: #8B801B; }
a { background-color: rgb(139,128,27); }
div.DivClassName
{
background-color: #8B801B;
}
.BgClassName
{
background-color: #8B801B;
}
</style>
border-color css
<style>
span { border-color: #8B801B; }
span { border-color: rgb(139,128,27); }
td.TdClassName
{
border-color: #8B801B;
}
.TagClassName
{
border-color: #8B801B;
}
</style>