Shades of Bahia #9CC619
Tints of Bahia #9CC619
RGB
CMYK
RGB Variations
Color information
#9CC619 (or 0x9CC619) is known color: Bahia. HEX triplet: 9C, C6 and 19. RGB value is (156,198,25). Sum of RGB (Red+Green+Blue) = 156+198+25=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC619 is #6339E6. Grayscale: #A6A6A6. Windows color (decimal): -6502887 or 1689244. OLE color: 1689244.
HSL color Cylindrical-coordinate representation of color #9CC619: hue angle of 74.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9CC619 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 198 | 25 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.22 |
| HSL | 74.57º | 0.78% | 0.44% | - |
| HSV(B) | 74.57º | 0.87% | 0.78% | - |
| XYZ | 34.08 | 47.53 | 8.3 | - |
| YUV | 165.72 | 48.59 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 25 | 0.21 | 0 | 0.87 | 0.22 | 74.57 | 0.78 | 0.44 |
| Hex | 9C | C6 | 19 | 15 | 0 | 57 | 16 | 4B | 4E | 2C |
| Octal | 234 | 306 | 31 | 25 | 0 | 127 | 26 | 113 | 116 | 54 |
| Binary | 10011100 | 11000110 | 11001 | 10101 | 0 | 1010111 | 10110 | 1001011 | 1001110 | 101100 |
Color Harmonies of #9CC619
Complementary color
Monochromatic Colors of #9CC619
Black with #9CC619
Text Example
Text Example
White with #9CC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC619; }
p { color: rgb(156,198,25); }
H1.HeaderClassName
{
color: #9CC619;
}
.AnyTagClassName
{
color: #9CC619;
}
</style>
background-color css
<style>
a { background-color: #9CC619; }
a { background-color: rgb(156,198,25); }
div.DivClassName
{
background-color: #9CC619;
}
.BgClassName
{
background-color: #9CC619;
}
</style>
border-color css
<style>
span { border-color: #9CC619; }
span { border-color: rgb(156,198,25); }
td.TdClassName
{
border-color: #9CC619;
}
.TagClassName
{
border-color: #9CC619;
}
</style>