Shades of Bahia #9CC017
Tints of Bahia #9CC017
RGB
CMYK
RGB Variations
Color information
#9CC017 (or 0x9CC017) is known color: Bahia. HEX triplet: 9C, C0 and 17. RGB value is (156,192,23). Sum of RGB (Red+Green+Blue) = 156+192+23=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC017 is #633FE8. Grayscale: #A2A2A2. Windows color (decimal): -6504425 or 1556636. OLE color: 1556636.
HSL color Cylindrical-coordinate representation of color #9CC017: hue angle of 72.78º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9CC017 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 23 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.25 |
| HSL | 72.78º | 0.79% | 0.42% | - |
| HSV(B) | 72.78º | 0.88% | 0.75% | - |
| XYZ | 32.71 | 44.83 | 7.74 | - |
| YUV | 161.97 | 49.57 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 23 | 0.19 | 0 | 0.88 | 0.25 | 72.78 | 0.79 | 0.42 |
| Hex | 9C | C0 | 17 | 13 | 0 | 58 | 19 | 49 | 4F | 2A |
| Octal | 234 | 300 | 27 | 23 | 0 | 130 | 31 | 111 | 117 | 52 |
| Binary | 10011100 | 11000000 | 10111 | 10011 | 0 | 1011000 | 11001 | 1001001 | 1001111 | 101010 |
Color Harmonies of #9CC017
Complementary color
Monochromatic Colors of #9CC017
Black with #9CC017
Text Example
Text Example
White with #9CC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC017; }
p { color: rgb(156,192,23); }
H1.HeaderClassName
{
color: #9CC017;
}
.AnyTagClassName
{
color: #9CC017;
}
</style>
background-color css
<style>
a { background-color: #9CC017; }
a { background-color: rgb(156,192,23); }
div.DivClassName
{
background-color: #9CC017;
}
.BgClassName
{
background-color: #9CC017;
}
</style>
border-color css
<style>
span { border-color: #9CC017; }
span { border-color: rgb(156,192,23); }
td.TdClassName
{
border-color: #9CC017;
}
.TagClassName
{
border-color: #9CC017;
}
</style>