Shades of Citron #9CA034
Tints of Citron #9CA034
RGB
CMYK
RGB Variations
Color information
#9CA034 (or 0x9CA034) is known color: Citron. HEX triplet: 9C, A0 and 34. RGB value is (156,160,52). Sum of RGB (Red+Green+Blue) = 156+160+52=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA034 is #635FCB. Grayscale: #929292. Windows color (decimal): -6512588 or 3448988. OLE color: 3448988.
HSL color Cylindrical-coordinate representation of color #9CA034: hue angle of 62.22º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CA034 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 160 | 52 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.37 |
| HSL | 62.22º | 0.51% | 0.42% | - |
| HSV(B) | 62.22º | 0.68% | 0.63% | - |
| XYZ | 26.9 | 32.46 | 8.1 | - |
| YUV | 146.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 52 | 0.02 | 0 | 0.68 | 0.37 | 62.22 | 0.51 | 0.42 |
| Hex | 9C | A0 | 34 | 2 | 0 | 44 | 25 | 3E | 33 | 2A |
| Octal | 234 | 240 | 64 | 2 | 0 | 104 | 45 | 76 | 63 | 52 |
| Binary | 10011100 | 10100000 | 110100 | 10 | 0 | 1000100 | 100101 | 111110 | 110011 | 101010 |
Color Harmonies of #9CA034
Complementary color
Monochromatic Colors of #9CA034
Black with #9CA034
Text Example
Text Example
White with #9CA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA034; }
p { color: rgb(156,160,52); }
H1.HeaderClassName
{
color: #9CA034;
}
.AnyTagClassName
{
color: #9CA034;
}
</style>
background-color css
<style>
a { background-color: #9CA034; }
a { background-color: rgb(156,160,52); }
div.DivClassName
{
background-color: #9CA034;
}
.BgClassName
{
background-color: #9CA034;
}
</style>
border-color css
<style>
span { border-color: #9CA034; }
span { border-color: rgb(156,160,52); }
td.TdClassName
{
border-color: #9CA034;
}
.TagClassName
{
border-color: #9CA034;
}
</style>