Shades of Bahia #9FBA19
Tints of Bahia #9FBA19
RGB
CMYK
RGB Variations
Color information
#9FBA19 (or 0x9FBA19) is known color: Bahia. HEX triplet: 9F, BA and 19. RGB value is (159,186,25). Sum of RGB (Red+Green+Blue) = 159+186+25=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA19 is #6045E6. Grayscale: #A0A0A0. Windows color (decimal): -6309351 or 1686175. OLE color: 1686175.
HSL color Cylindrical-coordinate representation of color #9FBA19: hue angle of 70.06º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9FBA19 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 25 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.27 |
| HSL | 70.06º | 0.76% | 0.41% | - |
| HSV(B) | 70.06º | 0.87% | 0.73% | - |
| XYZ | 32.03 | 42.56 | 7.45 | - |
| YUV | 159.57 | 52.05 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 25 | 0.15 | 0 | 0.87 | 0.27 | 70.06 | 0.76 | 0.41 |
| Hex | 9F | BA | 19 | F | 0 | 57 | 1B | 46 | 4C | 29 |
| Octal | 237 | 272 | 31 | 17 | 0 | 127 | 33 | 106 | 114 | 51 |
| Binary | 10011111 | 10111010 | 11001 | 1111 | 0 | 1010111 | 11011 | 1000110 | 1001100 | 101001 |
Color Harmonies of #9FBA19
Complementary color
Monochromatic Colors of #9FBA19
Black with #9FBA19
Text Example
Text Example
White with #9FBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA19; }
p { color: rgb(159,186,25); }
H1.HeaderClassName
{
color: #9FBA19;
}
.AnyTagClassName
{
color: #9FBA19;
}
</style>
background-color css
<style>
a { background-color: #9FBA19; }
a { background-color: rgb(159,186,25); }
div.DivClassName
{
background-color: #9FBA19;
}
.BgClassName
{
background-color: #9FBA19;
}
</style>
border-color css
<style>
span { border-color: #9FBA19; }
span { border-color: rgb(159,186,25); }
td.TdClassName
{
border-color: #9FBA19;
}
.TagClassName
{
border-color: #9FBA19;
}
</style>