Shades of Bahia #9FBA28
Tints of Bahia #9FBA28
RGB
CMYK
RGB Variations
Color information
#9FBA28 (or 0x9FBA28) is known color: Bahia. HEX triplet: 9F, BA and 28. RGB value is (159,186,40). Sum of RGB (Red+Green+Blue) = 159+186+40=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBA28 is #6045D7. Grayscale: #A1A1A1. Windows color (decimal): -6309336 or 2669215. OLE color: 2669215.
HSL color Cylindrical-coordinate representation of color #9FBA28: hue angle of 71.1º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9FBA28 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 40 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.27 |
| HSL | 71.1º | 0.65% | 0.44% | - |
| HSV(B) | 71.1º | 0.78% | 0.73% | - |
| XYZ | 32.24 | 42.64 | 8.54 | - |
| YUV | 161.28 | 59.55 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 40 | 0.15 | 0 | 0.78 | 0.27 | 71.1 | 0.65 | 0.44 |
| Hex | 9F | BA | 28 | F | 0 | 4E | 1B | 47 | 41 | 2C |
| Octal | 237 | 272 | 50 | 17 | 0 | 116 | 33 | 107 | 101 | 54 |
| Binary | 10011111 | 10111010 | 101000 | 1111 | 0 | 1001110 | 11011 | 1000111 | 1000001 | 101100 |
Color Harmonies of #9FBA28
Complementary color
Monochromatic Colors of #9FBA28
Black with #9FBA28
Text Example
Text Example
White with #9FBA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA28; }
p { color: rgb(159,186,40); }
H1.HeaderClassName
{
color: #9FBA28;
}
.AnyTagClassName
{
color: #9FBA28;
}
</style>
background-color css
<style>
a { background-color: #9FBA28; }
a { background-color: rgb(159,186,40); }
div.DivClassName
{
background-color: #9FBA28;
}
.BgClassName
{
background-color: #9FBA28;
}
</style>
border-color css
<style>
span { border-color: #9FBA28; }
span { border-color: rgb(159,186,40); }
td.TdClassName
{
border-color: #9FBA28;
}
.TagClassName
{
border-color: #9FBA28;
}
</style>