Shades of Bahia #9DC419
Tints of Bahia #9DC419
RGB
CMYK
RGB Variations
Color information
#9DC419 (or 0x9DC419) is known color: Bahia. HEX triplet: 9D, C4 and 19. RGB value is (157,196,25). Sum of RGB (Red+Green+Blue) = 157+196+25=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC419 is #623BE6. Grayscale: #A5A5A5. Windows color (decimal): -6437863 or 1688733. OLE color: 1688733.
HSL color Cylindrical-coordinate representation of color #9DC419: hue angle of 73.68º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DC419 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 25 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.23 |
| HSL | 73.68º | 0.77% | 0.43% | - |
| HSV(B) | 73.68º | 0.87% | 0.77% | - |
| XYZ | 33.82 | 46.72 | 8.15 | - |
| YUV | 164.85 | 49.08 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 25 | 0.20 | 0 | 0.87 | 0.23 | 73.68 | 0.77 | 0.43 |
| Hex | 9D | C4 | 19 | 14 | 0 | 57 | 17 | 4A | 4D | 2B |
| Octal | 235 | 304 | 31 | 24 | 0 | 127 | 27 | 112 | 115 | 53 |
| Binary | 10011101 | 11000100 | 11001 | 10100 | 0 | 1010111 | 10111 | 1001010 | 1001101 | 101011 |
Color Harmonies of #9DC419
Complementary color
Monochromatic Colors of #9DC419
Black with #9DC419
Text Example
Text Example
White with #9DC419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC419; }
p { color: rgb(157,196,25); }
H1.HeaderClassName
{
color: #9DC419;
}
.AnyTagClassName
{
color: #9DC419;
}
</style>
background-color css
<style>
a { background-color: #9DC419; }
a { background-color: rgb(157,196,25); }
div.DivClassName
{
background-color: #9DC419;
}
.BgClassName
{
background-color: #9DC419;
}
</style>
border-color css
<style>
span { border-color: #9DC419; }
span { border-color: rgb(157,196,25); }
td.TdClassName
{
border-color: #9DC419;
}
.TagClassName
{
border-color: #9DC419;
}
</style>