Shades of Citrus #9CAB01
Tints of Citrus #9CAB01
RGB
CMYK
RGB Variations
Color information
#9CAB01 (or 0x9CAB01) is known color: Citrus. HEX triplet: 9C, AB and 01. RGB value is (156,171,1). Sum of RGB (Red+Green+Blue) = 156+171+1=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAB01 is #6354FE. Grayscale: #939393. Windows color (decimal): -6509823 or 109468. OLE color: 109468.
HSL color Cylindrical-coordinate representation of color #9CAB01: hue angle of 65.29º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CAB01 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 171 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.33 |
| HSL | 65.29º | 0.99% | 0.34% | - |
| HSV(B) | 65.29º | 0.99% | 0.67% | - |
| XYZ | 28.28 | 36.2 | 5.52 | - |
| YUV | 147.14 | 45.53 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 1 | 0.09 | 0 | 0.99 | 0.33 | 65.29 | 0.99 | 0.34 |
| Hex | 9C | AB | 1 | 9 | 0 | 63 | 21 | 41 | 63 | 22 |
| Octal | 234 | 253 | 1 | 11 | 0 | 143 | 41 | 101 | 143 | 42 |
| Binary | 10011100 | 10101011 | 1 | 1001 | 0 | 1100011 | 100001 | 1000001 | 1100011 | 100010 |
Color Harmonies of #9CAB01
Complementary color
Monochromatic Colors of #9CAB01
Black with #9CAB01
Text Example
Text Example
White with #9CAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAB01; }
p { color: rgb(156,171,1); }
H1.HeaderClassName
{
color: #9CAB01;
}
.AnyTagClassName
{
color: #9CAB01;
}
</style>
background-color css
<style>
a { background-color: #9CAB01; }
a { background-color: rgb(156,171,1); }
div.DivClassName
{
background-color: #9CAB01;
}
.BgClassName
{
background-color: #9CAB01;
}
</style>
border-color css
<style>
span { border-color: #9CAB01; }
span { border-color: rgb(156,171,1); }
td.TdClassName
{
border-color: #9CAB01;
}
.TagClassName
{
border-color: #9CAB01;
}
</style>