Shades of Bahia #9FB729
Tints of Bahia #9FB729
RGB
CMYK
RGB Variations
Color information
#9FB729 (or 0x9FB729) is known color: Bahia. HEX triplet: 9F, B7 and 29. RGB value is (159,183,41). Sum of RGB (Red+Green+Blue) = 159+183+41=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB729 is #6048D6. Grayscale: #A0A0A0. Windows color (decimal): -6310103 or 2733983. OLE color: 2733983.
HSL color Cylindrical-coordinate representation of color #9FB729: hue angle of 70.14º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9FB729 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 41 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.28 |
| HSL | 70.14º | 0.63% | 0.44% | - |
| HSV(B) | 70.14º | 0.78% | 0.72% | - |
| XYZ | 31.63 | 41.4 | 8.42 | - |
| YUV | 159.64 | 61.05 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 41 | 0.13 | 0 | 0.78 | 0.28 | 70.14 | 0.63 | 0.44 |
| Hex | 9F | B7 | 29 | D | 0 | 4E | 1C | 46 | 3F | 2C |
| Octal | 237 | 267 | 51 | 15 | 0 | 116 | 34 | 106 | 77 | 54 |
| Binary | 10011111 | 10110111 | 101001 | 1101 | 0 | 1001110 | 11100 | 1000110 | 111111 | 101100 |
Color Harmonies of #9FB729
Complementary color
Monochromatic Colors of #9FB729
Black with #9FB729
Text Example
Text Example
White with #9FB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB729; }
p { color: rgb(159,183,41); }
H1.HeaderClassName
{
color: #9FB729;
}
.AnyTagClassName
{
color: #9FB729;
}
</style>
background-color css
<style>
a { background-color: #9FB729; }
a { background-color: rgb(159,183,41); }
div.DivClassName
{
background-color: #9FB729;
}
.BgClassName
{
background-color: #9FB729;
}
</style>
border-color css
<style>
span { border-color: #9FB729; }
span { border-color: rgb(159,183,41); }
td.TdClassName
{
border-color: #9FB729;
}
.TagClassName
{
border-color: #9FB729;
}
</style>