Shades of Bahia #9FB72D
Tints of Bahia #9FB72D
RGB
CMYK
RGB Variations
Color information
#9FB72D (or 0x9FB72D) is known color: Bahia. HEX triplet: 9F, B7 and 2D. RGB value is (159,183,45). Sum of RGB (Red+Green+Blue) = 159+183+45=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB72D is #6048D2. Grayscale: #A0A0A0. Windows color (decimal): -6310099 or 2996127. OLE color: 2996127.
HSL color Cylindrical-coordinate representation of color #9FB72D: hue angle of 70.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FB72D is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 45 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.28 |
| HSL | 70.43º | 0.61% | 0.45% | - |
| HSV(B) | 70.43º | 0.75% | 0.72% | - |
| XYZ | 31.71 | 41.43 | 8.81 | - |
| YUV | 160.09 | 63.05 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 45 | 0.13 | 0 | 0.75 | 0.28 | 70.43 | 0.61 | 0.45 |
| Hex | 9F | B7 | 2D | D | 0 | 4B | 1C | 46 | 3D | 2D |
| Octal | 237 | 267 | 55 | 15 | 0 | 113 | 34 | 106 | 75 | 55 |
| Binary | 10011111 | 10110111 | 101101 | 1101 | 0 | 1001011 | 11100 | 1000110 | 111101 | 101101 |
Color Harmonies of #9FB72D
Complementary color
Monochromatic Colors of #9FB72D
Black with #9FB72D
Text Example
Text Example
White with #9FB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB72D; }
p { color: rgb(159,183,45); }
H1.HeaderClassName
{
color: #9FB72D;
}
.AnyTagClassName
{
color: #9FB72D;
}
</style>
background-color css
<style>
a { background-color: #9FB72D; }
a { background-color: rgb(159,183,45); }
div.DivClassName
{
background-color: #9FB72D;
}
.BgClassName
{
background-color: #9FB72D;
}
</style>
border-color css
<style>
span { border-color: #9FB72D; }
span { border-color: rgb(159,183,45); }
td.TdClassName
{
border-color: #9FB72D;
}
.TagClassName
{
border-color: #9FB72D;
}
</style>