Shades of Lemon Ginger #8C8423
Tints of Lemon Ginger #8C8423
RGB
CMYK
RGB Variations
Color information
#8C8423 (or 0x8C8423) is known color: Lemon Ginger. HEX triplet: 8C, 84 and 23. RGB value is (140,132,35). Sum of RGB (Red+Green+Blue) = 140+132+35=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8423 is #737BDC. Grayscale: #7B7B7B. Windows color (decimal): -7568349 or 2327692. OLE color: 2327692.
HSL color Cylindrical-coordinate representation of color #8C8423: hue angle of 55.43º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C8423 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 35 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.45 |
| HSL | 55.43º | 0.6% | 0.34% | - |
| HSV(B) | 55.43º | 0.75% | 0.55% | - |
| XYZ | 19.37 | 22.2 | 4.85 | - |
| YUV | 123.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 35 | 0 | 0.06 | 0.75 | 0.45 | 55.43 | 0.6 | 0.34 |
| Hex | 8C | 84 | 23 | 0 | 6 | 4B | 2D | 37 | 3C | 22 |
| Octal | 214 | 204 | 43 | 0 | 6 | 113 | 55 | 67 | 74 | 42 |
| Binary | 10001100 | 10000100 | 100011 | 0 | 110 | 1001011 | 101101 | 110111 | 111100 | 100010 |
Color Harmonies of #8C8423
Complementary color
Monochromatic Colors of #8C8423
Black with #8C8423
Text Example
Text Example
White with #8C8423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8423; }
p { color: rgb(140,132,35); }
H1.HeaderClassName
{
color: #8C8423;
}
.AnyTagClassName
{
color: #8C8423;
}
</style>
background-color css
<style>
a { background-color: #8C8423; }
a { background-color: rgb(140,132,35); }
div.DivClassName
{
background-color: #8C8423;
}
.BgClassName
{
background-color: #8C8423;
}
</style>
border-color css
<style>
span { border-color: #8C8423; }
span { border-color: rgb(140,132,35); }
td.TdClassName
{
border-color: #8C8423;
}
.TagClassName
{
border-color: #8C8423;
}
</style>