Shades of Citrus #9CBA05
Tints of Citrus #9CBA05
RGB
CMYK
RGB Variations
Color information
#9CBA05 (or 0x9CBA05) is known color: Citrus. HEX triplet: 9C, BA and 05. RGB value is (156,186,5). Sum of RGB (Red+Green+Blue) = 156+186+5=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBA05 is #6345FA. Grayscale: #9D9D9D. Windows color (decimal): -6505979 or 375452. OLE color: 375452.
HSL color Cylindrical-coordinate representation of color #9CBA05: hue angle of 69.94º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CBA05 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 186 | 5 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.27 |
| HSL | 69.94º | 0.95% | 0.37% | - |
| HSV(B) | 69.94º | 0.97% | 0.73% | - |
| XYZ | 31.3 | 42.2 | 6.64 | - |
| YUV | 156.4 | 42.56 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 5 | 0.16 | 0 | 0.97 | 0.27 | 69.94 | 0.95 | 0.37 |
| Hex | 9C | BA | 5 | 10 | 0 | 61 | 1B | 46 | 5F | 25 |
| Octal | 234 | 272 | 5 | 20 | 0 | 141 | 33 | 106 | 137 | 45 |
| Binary | 10011100 | 10111010 | 101 | 10000 | 0 | 1100001 | 11011 | 1000110 | 1011111 | 100101 |
Color Harmonies of #9CBA05
Complementary color
Monochromatic Colors of #9CBA05
Black with #9CBA05
Text Example
Text Example
White with #9CBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBA05; }
p { color: rgb(156,186,5); }
H1.HeaderClassName
{
color: #9CBA05;
}
.AnyTagClassName
{
color: #9CBA05;
}
</style>
background-color css
<style>
a { background-color: #9CBA05; }
a { background-color: rgb(156,186,5); }
div.DivClassName
{
background-color: #9CBA05;
}
.BgClassName
{
background-color: #9CBA05;
}
</style>
border-color css
<style>
span { border-color: #9CBA05; }
span { border-color: rgb(156,186,5); }
td.TdClassName
{
border-color: #9CBA05;
}
.TagClassName
{
border-color: #9CBA05;
}
</style>