Shades of Bahia #9EC621
Tints of Bahia #9EC621
RGB
CMYK
RGB Variations
Color information
#9EC621 (or 0x9EC621) is known color: Bahia. HEX triplet: 9E, C6 and 21. RGB value is (158,198,33). Sum of RGB (Red+Green+Blue) = 158+198+33=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC621 is #6139DE. Grayscale: #A7A7A7. Windows color (decimal): -6371807 or 2213534. OLE color: 2213534.
HSL color Cylindrical-coordinate representation of color #9EC621: hue angle of 74.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9EC621 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 33 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.22 |
| HSL | 74.55º | 0.71% | 0.45% | - |
| HSV(B) | 74.55º | 0.83% | 0.78% | - |
| XYZ | 34.57 | 47.77 | 8.84 | - |
| YUV | 167.23 | 52.25 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 33 | 0.20 | 0 | 0.83 | 0.22 | 74.55 | 0.71 | 0.45 |
| Hex | 9E | C6 | 21 | 14 | 0 | 53 | 16 | 4B | 47 | 2D |
| Octal | 236 | 306 | 41 | 24 | 0 | 123 | 26 | 113 | 107 | 55 |
| Binary | 10011110 | 11000110 | 100001 | 10100 | 0 | 1010011 | 10110 | 1001011 | 1000111 | 101101 |
Color Harmonies of #9EC621
Complementary color
Monochromatic Colors of #9EC621
Black with #9EC621
Text Example
Text Example
White with #9EC621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC621; }
p { color: rgb(158,198,33); }
H1.HeaderClassName
{
color: #9EC621;
}
.AnyTagClassName
{
color: #9EC621;
}
</style>
background-color css
<style>
a { background-color: #9EC621; }
a { background-color: rgb(158,198,33); }
div.DivClassName
{
background-color: #9EC621;
}
.BgClassName
{
background-color: #9EC621;
}
</style>
border-color css
<style>
span { border-color: #9EC621; }
span { border-color: rgb(158,198,33); }
td.TdClassName
{
border-color: #9EC621;
}
.TagClassName
{
border-color: #9EC621;
}
</style>