Shades of Citron #9CA211
Tints of Citron #9CA211
RGB
CMYK
RGB Variations
Color information
#9CA211 (or 0x9CA211) is known color: Citron. HEX triplet: 9C, A2 and 11. RGB value is (156,162,17). Sum of RGB (Red+Green+Blue) = 156+162+17=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA211 is #635DEE. Grayscale: #909090. Windows color (decimal): -6512111 or 1155740. OLE color: 1155740.
HSL color Cylindrical-coordinate representation of color #9CA211: hue angle of 62.48º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CA211 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 162 | 17 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.36 |
| HSL | 62.48º | 0.81% | 0.35% | - |
| HSV(B) | 62.48º | 0.9% | 0.64% | - |
| XYZ | 26.73 | 32.95 | 5.48 | - |
| YUV | 143.68 | 56.51 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 17 | 0.04 | 0 | 0.90 | 0.36 | 62.48 | 0.81 | 0.35 |
| Hex | 9C | A2 | 11 | 4 | 0 | 5A | 24 | 3E | 51 | 23 |
| Octal | 234 | 242 | 21 | 4 | 0 | 132 | 44 | 76 | 121 | 43 |
| Binary | 10011100 | 10100010 | 10001 | 100 | 0 | 1011010 | 100100 | 111110 | 1010001 | 100011 |
Color Harmonies of #9CA211
Complementary color
Monochromatic Colors of #9CA211
Black with #9CA211
Text Example
Text Example
White with #9CA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA211; }
p { color: rgb(156,162,17); }
H1.HeaderClassName
{
color: #9CA211;
}
.AnyTagClassName
{
color: #9CA211;
}
</style>
background-color css
<style>
a { background-color: #9CA211; }
a { background-color: rgb(156,162,17); }
div.DivClassName
{
background-color: #9CA211;
}
.BgClassName
{
background-color: #9CA211;
}
</style>
border-color css
<style>
span { border-color: #9CA211; }
span { border-color: rgb(156,162,17); }
td.TdClassName
{
border-color: #9CA211;
}
.TagClassName
{
border-color: #9CA211;
}
</style>