Shades of Lemon Ginger #9C8723
Tints of Lemon Ginger #9C8723
RGB
CMYK
RGB Variations
Color information
#9C8723 (or 0x9C8723) is known color: Lemon Ginger. HEX triplet: 9C, 87 and 23. RGB value is (156,135,35). Sum of RGB (Red+Green+Blue) = 156+135+35=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8723 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8723 is #6378DC. Grayscale: #828282. Windows color (decimal): -6519005 or 2328476. OLE color: 2328476.
HSL color Cylindrical-coordinate representation of color #9C8723: hue angle of 49.59º 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 #9C8723 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 35 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.39 |
| HSL | 49.59º | 0.63% | 0.37% | - |
| HSV(B) | 49.59º | 0.78% | 0.61% | - |
| XYZ | 22.68 | 24.52 | 5.13 | - |
| YUV | 129.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 35 | 0 | 0.13 | 0.78 | 0.39 | 49.59 | 0.63 | 0.37 |
| Hex | 9C | 87 | 23 | 0 | D | 4E | 27 | 32 | 3F | 25 |
| Octal | 234 | 207 | 43 | 0 | 15 | 116 | 47 | 62 | 77 | 45 |
| Binary | 10011100 | 10000111 | 100011 | 0 | 1101 | 1001110 | 100111 | 110010 | 111111 | 100101 |
Color Harmonies of #9C8723
Complementary color
Monochromatic Colors of #9C8723
Black with #9C8723
Text Example
Text Example
White with #9C8723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8723; }
p { color: rgb(156,135,35); }
H1.HeaderClassName
{
color: #9C8723;
}
.AnyTagClassName
{
color: #9C8723;
}
</style>
background-color css
<style>
a { background-color: #9C8723; }
a { background-color: rgb(156,135,35); }
div.DivClassName
{
background-color: #9C8723;
}
.BgClassName
{
background-color: #9C8723;
}
</style>
border-color css
<style>
span { border-color: #9C8723; }
span { border-color: rgb(156,135,35); }
td.TdClassName
{
border-color: #9C8723;
}
.TagClassName
{
border-color: #9C8723;
}
</style>