Shades of Citrus #9CA100
Tints of Citrus #9CA100
RGB
CMYK
RGB Variations
Color information
#9CA100 (or 0x9CA100) is known color: Citrus. HEX triplet: 9C, A1 and 00. RGB value is (156,161,0). Sum of RGB (Red+Green+Blue) = 156+161+0=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA100 is #635EFF. Grayscale: #8D8D8D. Windows color (decimal): -6512384 or 41372. OLE color: 41372.
HSL color Cylindrical-coordinate representation of color #9CA100: hue angle of 61.86º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CA100 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.37 |
| HSL | 61.86º | 1% | 0.32% | - |
| HSV(B) | 61.86º | 1% | 0.63% | - |
| XYZ | 26.46 | 32.56 | 4.89 | - |
| YUV | 141.15 | 48.34 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 0 | 0.03 | 0 | 1 | 0.37 | 61.86 | 1 | 0.32 |
| Hex | 9C | A1 | 0 | 3 | 0 | 64 | 25 | 3E | 64 | 20 |
| Octal | 234 | 241 | 0 | 3 | 0 | 144 | 45 | 76 | 144 | 40 |
| Binary | 10011100 | 10100001 | 0 | 11 | 0 | 1100100 | 100101 | 111110 | 1100100 | 100000 |
Color Harmonies of #9CA100
Complementary color
Monochromatic Colors of #9CA100
Black with #9CA100
Text Example
Text Example
White with #9CA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA100; }
p { color: rgb(156,161,0); }
H1.HeaderClassName
{
color: #9CA100;
}
.AnyTagClassName
{
color: #9CA100;
}
</style>
background-color css
<style>
a { background-color: #9CA100; }
a { background-color: rgb(156,161,0); }
div.DivClassName
{
background-color: #9CA100;
}
.BgClassName
{
background-color: #9CA100;
}
</style>
border-color css
<style>
span { border-color: #9CA100; }
span { border-color: rgb(156,161,0); }
td.TdClassName
{
border-color: #9CA100;
}
.TagClassName
{
border-color: #9CA100;
}
</style>