Shades of Citron #9CAB20
Tints of Citron #9CAB20
RGB
CMYK
RGB Variations
Color information
#9CAB20 (or 0x9CAB20) is known color: Citron. HEX triplet: 9C, AB and 20. RGB value is (156,171,32). Sum of RGB (Red+Green+Blue) = 156+171+32=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAB20 is #6354DF. Grayscale: #979797. Windows color (decimal): -6509792 or 2141084. OLE color: 2141084.
HSL color Cylindrical-coordinate representation of color #9CAB20: hue angle of 66.47º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9CAB20 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 171 | 32 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.33 |
| HSL | 66.47º | 0.68% | 0.4% | - |
| HSV(B) | 66.47º | 0.81% | 0.67% | - |
| XYZ | 28.53 | 36.3 | 6.87 | - |
| YUV | 150.67 | 61.03 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 32 | 0.09 | 0 | 0.81 | 0.33 | 66.47 | 0.68 | 0.4 |
| Hex | 9C | AB | 20 | 9 | 0 | 51 | 21 | 42 | 44 | 28 |
| Octal | 234 | 253 | 40 | 11 | 0 | 121 | 41 | 102 | 104 | 50 |
| Binary | 10011100 | 10101011 | 100000 | 1001 | 0 | 1010001 | 100001 | 1000010 | 1000100 | 101000 |
Color Harmonies of #9CAB20
Complementary color
Monochromatic Colors of #9CAB20
Black with #9CAB20
Text Example
Text Example
White with #9CAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAB20; }
p { color: rgb(156,171,32); }
H1.HeaderClassName
{
color: #9CAB20;
}
.AnyTagClassName
{
color: #9CAB20;
}
</style>
background-color css
<style>
a { background-color: #9CAB20; }
a { background-color: rgb(156,171,32); }
div.DivClassName
{
background-color: #9CAB20;
}
.BgClassName
{
background-color: #9CAB20;
}
</style>
border-color css
<style>
span { border-color: #9CAB20; }
span { border-color: rgb(156,171,32); }
td.TdClassName
{
border-color: #9CAB20;
}
.TagClassName
{
border-color: #9CAB20;
}
</style>