Shades of Bahia #9CC414
Tints of Bahia #9CC414
RGB
CMYK
RGB Variations
Color information
#9CC414 (or 0x9CC414) is known color: Bahia. HEX triplet: 9C, C4 and 14. RGB value is (156,196,20). Sum of RGB (Red+Green+Blue) = 156+196+20=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 196 (76.95% from 255 or 52.69% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC414 is #633BEB. Grayscale: #A4A4A4. Windows color (decimal): -6503404 or 1361052. OLE color: 1361052.
HSL color Cylindrical-coordinate representation of color #9CC414: hue angle of 73.64º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CC414 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 20 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.23 |
| HSL | 73.64º | 0.81% | 0.42% | - |
| HSV(B) | 73.64º | 0.9% | 0.77% | - |
| XYZ | 33.58 | 46.6 | 7.89 | - |
| YUV | 163.98 | 46.75 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 20 | 0.20 | 0 | 0.90 | 0.23 | 73.64 | 0.81 | 0.42 |
| Hex | 9C | C4 | 14 | 14 | 0 | 5A | 17 | 4A | 51 | 2A |
| Octal | 234 | 304 | 24 | 24 | 0 | 132 | 27 | 112 | 121 | 52 |
| Binary | 10011100 | 11000100 | 10100 | 10100 | 0 | 1011010 | 10111 | 1001010 | 1010001 | 101010 |
Color Harmonies of #9CC414
Complementary color
Monochromatic Colors of #9CC414
Black with #9CC414
Text Example
Text Example
White with #9CC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC414; }
p { color: rgb(156,196,20); }
H1.HeaderClassName
{
color: #9CC414;
}
.AnyTagClassName
{
color: #9CC414;
}
</style>
background-color css
<style>
a { background-color: #9CC414; }
a { background-color: rgb(156,196,20); }
div.DivClassName
{
background-color: #9CC414;
}
.BgClassName
{
background-color: #9CC414;
}
</style>
border-color css
<style>
span { border-color: #9CC414; }
span { border-color: rgb(156,196,20); }
td.TdClassName
{
border-color: #9CC414;
}
.TagClassName
{
border-color: #9CC414;
}
</style>