Shades of Bahia #9EBC2B
Tints of Bahia #9EBC2B
RGB
CMYK
RGB Variations
Color information
#9EBC2B (or 0x9EBC2B) is known color: Bahia. HEX triplet: 9E, BC and 2B. RGB value is (158,188,43). Sum of RGB (Red+Green+Blue) = 158+188+43=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBC2B is #6143D4. Grayscale: #A3A3A3. Windows color (decimal): -6374357 or 2866334. OLE color: 2866334.
HSL color Cylindrical-coordinate representation of color #9EBC2B: hue angle of 72.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9EBC2B is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 188 | 43 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.26 |
| HSL | 72.41º | 0.63% | 0.45% | - |
| HSV(B) | 72.41º | 0.77% | 0.74% | - |
| XYZ | 32.52 | 43.41 | 8.95 | - |
| YUV | 162.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 188 | 43 | 0.16 | 0 | 0.77 | 0.26 | 72.41 | 0.63 | 0.45 |
| Hex | 9E | BC | 2B | 10 | 0 | 4D | 1A | 48 | 3F | 2D |
| Octal | 236 | 274 | 53 | 20 | 0 | 115 | 32 | 110 | 77 | 55 |
| Binary | 10011110 | 10111100 | 101011 | 10000 | 0 | 1001101 | 11010 | 1001000 | 111111 | 101101 |
Color Harmonies of #9EBC2B
Complementary color
Monochromatic Colors of #9EBC2B
Black with #9EBC2B
Text Example
Text Example
White with #9EBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBC2B; }
p { color: rgb(158,188,43); }
H1.HeaderClassName
{
color: #9EBC2B;
}
.AnyTagClassName
{
color: #9EBC2B;
}
</style>
background-color css
<style>
a { background-color: #9EBC2B; }
a { background-color: rgb(158,188,43); }
div.DivClassName
{
background-color: #9EBC2B;
}
.BgClassName
{
background-color: #9EBC2B;
}
</style>
border-color css
<style>
span { border-color: #9EBC2B; }
span { border-color: rgb(158,188,43); }
td.TdClassName
{
border-color: #9EBC2B;
}
.TagClassName
{
border-color: #9EBC2B;
}
</style>