Shades of Citron #9CA32D
Tints of Citron #9CA32D
RGB
CMYK
RGB Variations
Color information
#9CA32D (or 0x9CA32D) is known color: Citron. HEX triplet: 9C, A3 and 2D. RGB value is (156,163,45). Sum of RGB (Red+Green+Blue) = 156+163+45=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA32D is #635CD2. Grayscale: #939393. Windows color (decimal): -6511827 or 2991004. OLE color: 2991004.
HSL color Cylindrical-coordinate representation of color #9CA32D: hue angle of 63.56º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CA32D is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 163 | 45 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.36 |
| HSL | 63.56º | 0.57% | 0.41% | - |
| HSV(B) | 63.56º | 0.72% | 0.64% | - |
| XYZ | 27.28 | 33.45 | 7.5 | - |
| YUV | 147.46 | 70.18 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 45 | 0.04 | 0 | 0.72 | 0.36 | 63.56 | 0.57 | 0.41 |
| Hex | 9C | A3 | 2D | 4 | 0 | 48 | 24 | 40 | 39 | 29 |
| Octal | 234 | 243 | 55 | 4 | 0 | 110 | 44 | 100 | 71 | 51 |
| Binary | 10011100 | 10100011 | 101101 | 100 | 0 | 1001000 | 100100 | 1000000 | 111001 | 101001 |
Color Harmonies of #9CA32D
Complementary color
Monochromatic Colors of #9CA32D
Black with #9CA32D
Text Example
Text Example
White with #9CA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA32D; }
p { color: rgb(156,163,45); }
H1.HeaderClassName
{
color: #9CA32D;
}
.AnyTagClassName
{
color: #9CA32D;
}
</style>
background-color css
<style>
a { background-color: #9CA32D; }
a { background-color: rgb(156,163,45); }
div.DivClassName
{
background-color: #9CA32D;
}
.BgClassName
{
background-color: #9CA32D;
}
</style>
border-color css
<style>
span { border-color: #9CA32D; }
span { border-color: rgb(156,163,45); }
td.TdClassName
{
border-color: #9CA32D;
}
.TagClassName
{
border-color: #9CA32D;
}
</style>