Shades of Citrus #9CA405
Tints of Citrus #9CA405
RGB
CMYK
RGB Variations
Color information
#9CA405 (or 0x9CA405) is known color: Citrus. HEX triplet: 9C, A4 and 05. RGB value is (156,164,5). Sum of RGB (Red+Green+Blue) = 156+164+5=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA405 is #635BFA. Grayscale: #909090. Windows color (decimal): -6511611 or 369820. OLE color: 369820.
HSL color Cylindrical-coordinate representation of color #9CA405: hue angle of 63.02º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CA405 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 164 | 5 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.36 |
| HSL | 63.02º | 0.94% | 0.33% | - |
| HSV(B) | 63.02º | 0.97% | 0.64% | - |
| XYZ | 27.01 | 33.63 | 5.21 | - |
| YUV | 143.48 | 49.85 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 5 | 0.05 | 0 | 0.97 | 0.36 | 63.02 | 0.94 | 0.33 |
| Hex | 9C | A4 | 5 | 5 | 0 | 61 | 24 | 3F | 5E | 21 |
| Octal | 234 | 244 | 5 | 5 | 0 | 141 | 44 | 77 | 136 | 41 |
| Binary | 10011100 | 10100100 | 101 | 101 | 0 | 1100001 | 100100 | 111111 | 1011110 | 100001 |
Color Harmonies of #9CA405
Complementary color
Monochromatic Colors of #9CA405
Black with #9CA405
Text Example
Text Example
White with #9CA405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA405; }
p { color: rgb(156,164,5); }
H1.HeaderClassName
{
color: #9CA405;
}
.AnyTagClassName
{
color: #9CA405;
}
</style>
background-color css
<style>
a { background-color: #9CA405; }
a { background-color: rgb(156,164,5); }
div.DivClassName
{
background-color: #9CA405;
}
.BgClassName
{
background-color: #9CA405;
}
</style>
border-color css
<style>
span { border-color: #9CA405; }
span { border-color: rgb(156,164,5); }
td.TdClassName
{
border-color: #9CA405;
}
.TagClassName
{
border-color: #9CA405;
}
</style>