Shades of Bahia #9DC620
Tints of Bahia #9DC620
RGB
CMYK
RGB Variations
Color information
#9DC620 (or 0x9DC620) is known color: Bahia. HEX triplet: 9D, C6 and 20. RGB value is (157,198,32). Sum of RGB (Red+Green+Blue) = 157+198+32=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC620 is #6239DF. Grayscale: #A7A7A7. Windows color (decimal): -6437344 or 2147997. OLE color: 2147997.
HSL color Cylindrical-coordinate representation of color #9DC620: hue angle of 74.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DC620 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 32 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.22 |
| HSL | 74.82º | 0.72% | 0.45% | - |
| HSV(B) | 74.82º | 0.84% | 0.78% | - |
| XYZ | 34.36 | 47.66 | 8.75 | - |
| YUV | 166.82 | 51.92 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 32 | 0.21 | 0 | 0.84 | 0.22 | 74.82 | 0.72 | 0.45 |
| Hex | 9D | C6 | 20 | 15 | 0 | 54 | 16 | 4B | 48 | 2D |
| Octal | 235 | 306 | 40 | 25 | 0 | 124 | 26 | 113 | 110 | 55 |
| Binary | 10011101 | 11000110 | 100000 | 10101 | 0 | 1010100 | 10110 | 1001011 | 1001000 | 101101 |
Color Harmonies of #9DC620
Complementary color
Monochromatic Colors of #9DC620
Black with #9DC620
Text Example
Text Example
White with #9DC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC620; }
p { color: rgb(157,198,32); }
H1.HeaderClassName
{
color: #9DC620;
}
.AnyTagClassName
{
color: #9DC620;
}
</style>
background-color css
<style>
a { background-color: #9DC620; }
a { background-color: rgb(157,198,32); }
div.DivClassName
{
background-color: #9DC620;
}
.BgClassName
{
background-color: #9DC620;
}
</style>
border-color css
<style>
span { border-color: #9DC620; }
span { border-color: rgb(157,198,32); }
td.TdClassName
{
border-color: #9DC620;
}
.TagClassName
{
border-color: #9DC620;
}
</style>