Shades of Citron #9CA32C
Tints of Citron #9CA32C
RGB
CMYK
RGB Variations
Color information
#9CA32C (or 0x9CA32C) is known color: Citron. HEX triplet: 9C, A3 and 2C. RGB value is (156,163,44). Sum of RGB (Red+Green+Blue) = 156+163+44=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA32C is #635CD3. Grayscale: #939393. Windows color (decimal): -6511828 or 2925468. OLE color: 2925468.
HSL color Cylindrical-coordinate representation of color #9CA32C: hue angle of 63.53º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9CA32C is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 163 | 44 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.36 |
| HSL | 63.53º | 0.57% | 0.41% | - |
| HSV(B) | 63.53º | 0.73% | 0.64% | - |
| XYZ | 27.26 | 33.44 | 7.4 | - |
| YUV | 147.34 | 69.68 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 44 | 0.04 | 0 | 0.73 | 0.36 | 63.53 | 0.57 | 0.41 |
| Hex | 9C | A3 | 2C | 4 | 0 | 49 | 24 | 40 | 39 | 29 |
| Octal | 234 | 243 | 54 | 4 | 0 | 111 | 44 | 100 | 71 | 51 |
| Binary | 10011100 | 10100011 | 101100 | 100 | 0 | 1001001 | 100100 | 1000000 | 111001 | 101001 |
Color Harmonies of #9CA32C
Complementary color
Monochromatic Colors of #9CA32C
Black with #9CA32C
Text Example
Text Example
White with #9CA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA32C; }
p { color: rgb(156,163,44); }
H1.HeaderClassName
{
color: #9CA32C;
}
.AnyTagClassName
{
color: #9CA32C;
}
</style>
background-color css
<style>
a { background-color: #9CA32C; }
a { background-color: rgb(156,163,44); }
div.DivClassName
{
background-color: #9CA32C;
}
.BgClassName
{
background-color: #9CA32C;
}
</style>
border-color css
<style>
span { border-color: #9CA32C; }
span { border-color: rgb(156,163,44); }
td.TdClassName
{
border-color: #9CA32C;
}
.TagClassName
{
border-color: #9CA32C;
}
</style>