Shades of Bahia #9DC017
Tints of Bahia #9DC017
RGB
CMYK
RGB Variations
Color information
#9DC017 (or 0x9DC017) is known color: Bahia. HEX triplet: 9D, C0 and 17. RGB value is (157,192,23). Sum of RGB (Red+Green+Blue) = 157+192+23=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC017 is #623FE8. Grayscale: #A2A2A2. Windows color (decimal): -6438889 or 1556637. OLE color: 1556637.
HSL color Cylindrical-coordinate representation of color #9DC017: hue angle of 72.43º 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 #9DC017 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 23 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.25 |
| HSL | 72.43º | 0.79% | 0.42% | - |
| HSV(B) | 72.43º | 0.88% | 0.75% | - |
| XYZ | 32.91 | 44.93 | 7.75 | - |
| YUV | 162.27 | 49.4 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 23 | 0.18 | 0 | 0.88 | 0.25 | 72.43 | 0.79 | 0.42 |
| Hex | 9D | C0 | 17 | 12 | 0 | 58 | 19 | 48 | 4F | 2A |
| Octal | 235 | 300 | 27 | 22 | 0 | 130 | 31 | 110 | 117 | 52 |
| Binary | 10011101 | 11000000 | 10111 | 10010 | 0 | 1011000 | 11001 | 1001000 | 1001111 | 101010 |
Color Harmonies of #9DC017
Complementary color
Monochromatic Colors of #9DC017
Black with #9DC017
Text Example
Text Example
White with #9DC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC017; }
p { color: rgb(157,192,23); }
H1.HeaderClassName
{
color: #9DC017;
}
.AnyTagClassName
{
color: #9DC017;
}
</style>
background-color css
<style>
a { background-color: #9DC017; }
a { background-color: rgb(157,192,23); }
div.DivClassName
{
background-color: #9DC017;
}
.BgClassName
{
background-color: #9DC017;
}
</style>
border-color css
<style>
span { border-color: #9DC017; }
span { border-color: rgb(157,192,23); }
td.TdClassName
{
border-color: #9DC017;
}
.TagClassName
{
border-color: #9DC017;
}
</style>