Shades of Citron #9C9A27
Tints of Citron #9C9A27
RGB
CMYK
RGB Variations
Color information
#9C9A27 (or 0x9C9A27) is known color: Citron. HEX triplet: 9C, 9A and 27. RGB value is (156,154,39). Sum of RGB (Red+Green+Blue) = 156+154+39=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9A27 is #6365D8. Grayscale: #8D8D8D. Windows color (decimal): -6514137 or 2595484. OLE color: 2595484.
HSL color Cylindrical-coordinate representation of color #9C9A27: hue angle of 58.97º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C9A27 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 154 | 39 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.39 |
| HSL | 58.97º | 0.6% | 0.38% | - |
| HSV(B) | 58.97º | 0.75% | 0.61% | - |
| XYZ | 25.63 | 30.33 | 6.42 | - |
| YUV | 141.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 39 | 0 | 0.01 | 0.75 | 0.39 | 58.97 | 0.6 | 0.38 |
| Hex | 9C | 9A | 27 | 0 | 1 | 4B | 27 | 3B | 3C | 26 |
| Octal | 234 | 232 | 47 | 0 | 1 | 113 | 47 | 73 | 74 | 46 |
| Binary | 10011100 | 10011010 | 100111 | 0 | 1 | 1001011 | 100111 | 111011 | 111100 | 100110 |
Color Harmonies of #9C9A27
Complementary color
Monochromatic Colors of #9C9A27
Black with #9C9A27
Text Example
Text Example
White with #9C9A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9A27; }
p { color: rgb(156,154,39); }
H1.HeaderClassName
{
color: #9C9A27;
}
.AnyTagClassName
{
color: #9C9A27;
}
</style>
background-color css
<style>
a { background-color: #9C9A27; }
a { background-color: rgb(156,154,39); }
div.DivClassName
{
background-color: #9C9A27;
}
.BgClassName
{
background-color: #9C9A27;
}
</style>
border-color css
<style>
span { border-color: #9C9A27; }
span { border-color: rgb(156,154,39); }
td.TdClassName
{
border-color: #9C9A27;
}
.TagClassName
{
border-color: #9C9A27;
}
</style>