Shades of Lemon Ginger #9C8D23
Tints of Lemon Ginger #9C8D23
RGB
CMYK
RGB Variations
Color information
#9C8D23 (or 0x9C8D23) is known color: Lemon Ginger. HEX triplet: 9C, 8D and 23. RGB value is (156,141,35). Sum of RGB (Red+Green+Blue) = 156+141+35=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8D23 is #6372DC. Grayscale: #858585. Windows color (decimal): -6517469 or 2330012. OLE color: 2330012.
HSL color Cylindrical-coordinate representation of color #9C8D23: hue angle of 52.56º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C8D23 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 141 | 35 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.39 |
| HSL | 52.56º | 0.63% | 0.37% | - |
| HSV(B) | 52.56º | 0.78% | 0.61% | - |
| XYZ | 23.54 | 26.24 | 5.41 | - |
| YUV | 133.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 35 | 0 | 0.10 | 0.78 | 0.39 | 52.56 | 0.63 | 0.37 |
| Hex | 9C | 8D | 23 | 0 | A | 4E | 27 | 35 | 3F | 25 |
| Octal | 234 | 215 | 43 | 0 | 12 | 116 | 47 | 65 | 77 | 45 |
| Binary | 10011100 | 10001101 | 100011 | 0 | 1010 | 1001110 | 100111 | 110101 | 111111 | 100101 |
Color Harmonies of #9C8D23
Complementary color
Monochromatic Colors of #9C8D23
Black with #9C8D23
Text Example
Text Example
White with #9C8D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8D23; }
p { color: rgb(156,141,35); }
H1.HeaderClassName
{
color: #9C8D23;
}
.AnyTagClassName
{
color: #9C8D23;
}
</style>
background-color css
<style>
a { background-color: #9C8D23; }
a { background-color: rgb(156,141,35); }
div.DivClassName
{
background-color: #9C8D23;
}
.BgClassName
{
background-color: #9C8D23;
}
</style>
border-color css
<style>
span { border-color: #9C8D23; }
span { border-color: rgb(156,141,35); }
td.TdClassName
{
border-color: #9C8D23;
}
.TagClassName
{
border-color: #9C8D23;
}
</style>