Shades of Bahia #9CC617
Tints of Bahia #9CC617
RGB
CMYK
RGB Variations
Color information
#9CC617 (or 0x9CC617) is known color: Bahia. HEX triplet: 9C, C6 and 17. RGB value is (156,198,23). Sum of RGB (Red+Green+Blue) = 156+198+23=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC617 is #6339E8. Grayscale: #A6A6A6. Windows color (decimal): -6502889 or 1558172. OLE color: 1558172.
HSL color Cylindrical-coordinate representation of color #9CC617: hue angle of 74.4º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9CC617 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 198 | 23 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.22 |
| HSL | 74.4º | 0.79% | 0.43% | - |
| HSV(B) | 74.4º | 0.88% | 0.78% | - |
| XYZ | 34.06 | 47.52 | 8.19 | - |
| YUV | 165.49 | 47.59 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 23 | 0.21 | 0 | 0.88 | 0.22 | 74.4 | 0.79 | 0.43 |
| Hex | 9C | C6 | 17 | 15 | 0 | 58 | 16 | 4A | 4F | 2B |
| Octal | 234 | 306 | 27 | 25 | 0 | 130 | 26 | 112 | 117 | 53 |
| Binary | 10011100 | 11000110 | 10111 | 10101 | 0 | 1011000 | 10110 | 1001010 | 1001111 | 101011 |
Color Harmonies of #9CC617
Complementary color
Monochromatic Colors of #9CC617
Black with #9CC617
Text Example
Text Example
White with #9CC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC617; }
p { color: rgb(156,198,23); }
H1.HeaderClassName
{
color: #9CC617;
}
.AnyTagClassName
{
color: #9CC617;
}
</style>
background-color css
<style>
a { background-color: #9CC617; }
a { background-color: rgb(156,198,23); }
div.DivClassName
{
background-color: #9CC617;
}
.BgClassName
{
background-color: #9CC617;
}
</style>
border-color css
<style>
span { border-color: #9CC617; }
span { border-color: rgb(156,198,23); }
td.TdClassName
{
border-color: #9CC617;
}
.TagClassName
{
border-color: #9CC617;
}
</style>