Shades of Bahia #9DC226
Tints of Bahia #9DC226
RGB
CMYK
RGB Variations
Color information
#9DC226 (or 0x9DC226) is known color: Bahia. HEX triplet: 9D, C2 and 26. RGB value is (157,194,38). Sum of RGB (Red+Green+Blue) = 157+194+38=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC226 is #623DD9. Grayscale: #A5A5A5. Windows color (decimal): -6438362 or 2540189. OLE color: 2540189.
HSL color Cylindrical-coordinate representation of color #9DC226: hue angle of 74.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9DC226 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 38 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.24 |
| HSL | 74.23º | 0.67% | 0.45% | - |
| HSV(B) | 74.23º | 0.8% | 0.76% | - |
| XYZ | 33.55 | 45.89 | 8.92 | - |
| YUV | 165.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 38 | 0.19 | 0 | 0.80 | 0.24 | 74.23 | 0.67 | 0.45 |
| Hex | 9D | C2 | 26 | 13 | 0 | 50 | 18 | 4A | 43 | 2D |
| Octal | 235 | 302 | 46 | 23 | 0 | 120 | 30 | 112 | 103 | 55 |
| Binary | 10011101 | 11000010 | 100110 | 10011 | 0 | 1010000 | 11000 | 1001010 | 1000011 | 101101 |
Color Harmonies of #9DC226
Complementary color
Monochromatic Colors of #9DC226
Black with #9DC226
Text Example
Text Example
White with #9DC226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC226; }
p { color: rgb(157,194,38); }
H1.HeaderClassName
{
color: #9DC226;
}
.AnyTagClassName
{
color: #9DC226;
}
</style>
background-color css
<style>
a { background-color: #9DC226; }
a { background-color: rgb(157,194,38); }
div.DivClassName
{
background-color: #9DC226;
}
.BgClassName
{
background-color: #9DC226;
}
</style>
border-color css
<style>
span { border-color: #9DC226; }
span { border-color: rgb(157,194,38); }
td.TdClassName
{
border-color: #9DC226;
}
.TagClassName
{
border-color: #9DC226;
}
</style>