Shades of Bahia #9FB127
Tints of Bahia #9FB127
RGB
CMYK
RGB Variations
Color information
#9FB127 (or 0x9FB127) is known color: Bahia. HEX triplet: 9F, B1 and 27. RGB value is (159,177,39). Sum of RGB (Red+Green+Blue) = 159+177+39=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB127 is #604ED8. Grayscale: #9C9C9C. Windows color (decimal): -6311641 or 2601375. OLE color: 2601375.
HSL color Cylindrical-coordinate representation of color #9FB127: hue angle of 67.83º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9FB127 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 39 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.31 |
| HSL | 67.83º | 0.64% | 0.42% | - |
| HSV(B) | 67.83º | 0.78% | 0.69% | - |
| XYZ | 30.39 | 38.96 | 7.84 | - |
| YUV | 155.89 | 62.04 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 39 | 0.10 | 0 | 0.78 | 0.31 | 67.83 | 0.64 | 0.42 |
| Hex | 9F | B1 | 27 | A | 0 | 4E | 1F | 44 | 40 | 2A |
| Octal | 237 | 261 | 47 | 12 | 0 | 116 | 37 | 104 | 100 | 52 |
| Binary | 10011111 | 10110001 | 100111 | 1010 | 0 | 1001110 | 11111 | 1000100 | 1000000 | 101010 |
Color Harmonies of #9FB127
Complementary color
Monochromatic Colors of #9FB127
Black with #9FB127
Text Example
Text Example
White with #9FB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB127; }
p { color: rgb(159,177,39); }
H1.HeaderClassName
{
color: #9FB127;
}
.AnyTagClassName
{
color: #9FB127;
}
</style>
background-color css
<style>
a { background-color: #9FB127; }
a { background-color: rgb(159,177,39); }
div.DivClassName
{
background-color: #9FB127;
}
.BgClassName
{
background-color: #9FB127;
}
</style>
border-color css
<style>
span { border-color: #9FB127; }
span { border-color: rgb(159,177,39); }
td.TdClassName
{
border-color: #9FB127;
}
.TagClassName
{
border-color: #9FB127;
}
</style>