Shades of Bahia #9FBC2C
Tints of Bahia #9FBC2C
RGB
CMYK
RGB Variations
Color information
#9FBC2C (or 0x9FBC2C) is known color: Bahia. HEX triplet: 9F, BC and 2C. RGB value is (159,188,44). Sum of RGB (Red+Green+Blue) = 159+188+44=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC2C is #6043D3. Grayscale: #A3A3A3. Windows color (decimal): -6308820 or 2931871. OLE color: 2931871.
HSL color Cylindrical-coordinate representation of color #9FBC2C: hue angle of 72.08º degrees, saturation: 0.62, 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 #9FBC2C is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 44 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.26 |
| HSL | 72.08º | 0.62% | 0.45% | - |
| HSV(B) | 72.08º | 0.77% | 0.74% | - |
| XYZ | 32.74 | 43.52 | 9.06 | - |
| YUV | 162.91 | 60.89 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 44 | 0.15 | 0 | 0.77 | 0.26 | 72.08 | 0.62 | 0.45 |
| Hex | 9F | BC | 2C | F | 0 | 4D | 1A | 48 | 3E | 2D |
| Octal | 237 | 274 | 54 | 17 | 0 | 115 | 32 | 110 | 76 | 55 |
| Binary | 10011111 | 10111100 | 101100 | 1111 | 0 | 1001101 | 11010 | 1001000 | 111110 | 101101 |
Color Harmonies of #9FBC2C
Complementary color
Monochromatic Colors of #9FBC2C
Black with #9FBC2C
Text Example
Text Example
White with #9FBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC2C; }
p { color: rgb(159,188,44); }
H1.HeaderClassName
{
color: #9FBC2C;
}
.AnyTagClassName
{
color: #9FBC2C;
}
</style>
background-color css
<style>
a { background-color: #9FBC2C; }
a { background-color: rgb(159,188,44); }
div.DivClassName
{
background-color: #9FBC2C;
}
.BgClassName
{
background-color: #9FBC2C;
}
</style>
border-color css
<style>
span { border-color: #9FBC2C; }
span { border-color: rgb(159,188,44); }
td.TdClassName
{
border-color: #9FBC2C;
}
.TagClassName
{
border-color: #9FBC2C;
}
</style>