Shades of Bahia #9EC522
Tints of Bahia #9EC522
RGB
CMYK
RGB Variations
Color information
#9EC522 (or 0x9EC522) is known color: Bahia. HEX triplet: 9E, C5 and 22. RGB value is (158,197,34). Sum of RGB (Red+Green+Blue) = 158+197+34=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC522 is #613ADD. Grayscale: #A7A7A7. Windows color (decimal): -6372062 or 2278814. OLE color: 2278814.
HSL color Cylindrical-coordinate representation of color #9EC522: hue angle of 74.36º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9EC522 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 34 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.23 |
| HSL | 74.36º | 0.71% | 0.45% | - |
| HSV(B) | 74.36º | 0.83% | 0.77% | - |
| XYZ | 34.36 | 47.32 | 8.84 | - |
| YUV | 166.76 | 53.08 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 34 | 0.20 | 0 | 0.83 | 0.23 | 74.36 | 0.71 | 0.45 |
| Hex | 9E | C5 | 22 | 14 | 0 | 53 | 17 | 4A | 47 | 2D |
| Octal | 236 | 305 | 42 | 24 | 0 | 123 | 27 | 112 | 107 | 55 |
| Binary | 10011110 | 11000101 | 100010 | 10100 | 0 | 1010011 | 10111 | 1001010 | 1000111 | 101101 |
Color Harmonies of #9EC522
Complementary color
Monochromatic Colors of #9EC522
Black with #9EC522
Text Example
Text Example
White with #9EC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC522; }
p { color: rgb(158,197,34); }
H1.HeaderClassName
{
color: #9EC522;
}
.AnyTagClassName
{
color: #9EC522;
}
</style>
background-color css
<style>
a { background-color: #9EC522; }
a { background-color: rgb(158,197,34); }
div.DivClassName
{
background-color: #9EC522;
}
.BgClassName
{
background-color: #9EC522;
}
</style>
border-color css
<style>
span { border-color: #9EC522; }
span { border-color: rgb(158,197,34); }
td.TdClassName
{
border-color: #9EC522;
}
.TagClassName
{
border-color: #9EC522;
}
</style>