Shades of Bahia #9DC127
Tints of Bahia #9DC127
RGB
CMYK
RGB Variations
Color information
#9DC127 (or 0x9DC127) is known color: Bahia. HEX triplet: 9D, C1 and 27. RGB value is (157,193,39). Sum of RGB (Red+Green+Blue) = 157+193+39=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC127 is #623ED8. Grayscale: #A5A5A5. Windows color (decimal): -6438617 or 2605469. OLE color: 2605469.
HSL color Cylindrical-coordinate representation of color #9DC127: hue angle of 74.03º degrees, saturation: 0.66, 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 #9DC127 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 39 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.24 |
| HSL | 74.03º | 0.66% | 0.45% | - |
| HSV(B) | 74.03º | 0.8% | 0.76% | - |
| XYZ | 33.34 | 45.45 | 8.94 | - |
| YUV | 164.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 39 | 0.19 | 0 | 0.80 | 0.24 | 74.03 | 0.66 | 0.45 |
| Hex | 9D | C1 | 27 | 13 | 0 | 50 | 18 | 4A | 42 | 2D |
| Octal | 235 | 301 | 47 | 23 | 0 | 120 | 30 | 112 | 102 | 55 |
| Binary | 10011101 | 11000001 | 100111 | 10011 | 0 | 1010000 | 11000 | 1001010 | 1000010 | 101101 |
Color Harmonies of #9DC127
Complementary color
Monochromatic Colors of #9DC127
Black with #9DC127
Text Example
Text Example
White with #9DC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC127; }
p { color: rgb(157,193,39); }
H1.HeaderClassName
{
color: #9DC127;
}
.AnyTagClassName
{
color: #9DC127;
}
</style>
background-color css
<style>
a { background-color: #9DC127; }
a { background-color: rgb(157,193,39); }
div.DivClassName
{
background-color: #9DC127;
}
.BgClassName
{
background-color: #9DC127;
}
</style>
border-color css
<style>
span { border-color: #9DC127; }
span { border-color: rgb(157,193,39); }
td.TdClassName
{
border-color: #9DC127;
}
.TagClassName
{
border-color: #9DC127;
}
</style>