Shades of Bahia #9CC420
Tints of Bahia #9CC420
RGB
CMYK
RGB Variations
Color information
#9CC420 (or 0x9CC420) is known color: Bahia. HEX triplet: 9C, C4 and 20. RGB value is (156,196,32). Sum of RGB (Red+Green+Blue) = 156+196+32=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC420 is #633BDF. Grayscale: #A5A5A5. Windows color (decimal): -6503392 or 2147484. OLE color: 2147484.
HSL color Cylindrical-coordinate representation of color #9CC420: hue angle of 74.63º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9CC420 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 32 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.23 |
| HSL | 74.63º | 0.72% | 0.45% | - |
| HSV(B) | 74.63º | 0.84% | 0.77% | - |
| XYZ | 33.71 | 46.65 | 8.59 | - |
| YUV | 165.34 | 52.75 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 32 | 0.20 | 0 | 0.84 | 0.23 | 74.63 | 0.72 | 0.45 |
| Hex | 9C | C4 | 20 | 14 | 0 | 54 | 17 | 4B | 48 | 2D |
| Octal | 234 | 304 | 40 | 24 | 0 | 124 | 27 | 113 | 110 | 55 |
| Binary | 10011100 | 11000100 | 100000 | 10100 | 0 | 1010100 | 10111 | 1001011 | 1001000 | 101101 |
Color Harmonies of #9CC420
Complementary color
Monochromatic Colors of #9CC420
Black with #9CC420
Text Example
Text Example
White with #9CC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC420; }
p { color: rgb(156,196,32); }
H1.HeaderClassName
{
color: #9CC420;
}
.AnyTagClassName
{
color: #9CC420;
}
</style>
background-color css
<style>
a { background-color: #9CC420; }
a { background-color: rgb(156,196,32); }
div.DivClassName
{
background-color: #9CC420;
}
.BgClassName
{
background-color: #9CC420;
}
</style>
border-color css
<style>
span { border-color: #9CC420; }
span { border-color: rgb(156,196,32); }
td.TdClassName
{
border-color: #9CC420;
}
.TagClassName
{
border-color: #9CC420;
}
</style>