Shades of Bahia #9FBA17
Tints of Bahia #9FBA17
RGB
CMYK
RGB Variations
Color information
#9FBA17 (or 0x9FBA17) is known color: Bahia. HEX triplet: 9F, BA and 17. RGB value is (159,186,23). Sum of RGB (Red+Green+Blue) = 159+186+23=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA17 is #6045E8. Grayscale: #9F9F9F. Windows color (decimal): -6309353 or 1555103. OLE color: 1555103.
HSL color Cylindrical-coordinate representation of color #9FBA17: hue angle of 69.94º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FBA17 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 23 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.27 |
| HSL | 69.94º | 0.78% | 0.41% | - |
| HSV(B) | 69.94º | 0.88% | 0.73% | - |
| XYZ | 32.01 | 42.55 | 7.34 | - |
| YUV | 159.35 | 51.05 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 23 | 0.15 | 0 | 0.88 | 0.27 | 69.94 | 0.78 | 0.41 |
| Hex | 9F | BA | 17 | F | 0 | 58 | 1B | 46 | 4E | 29 |
| Octal | 237 | 272 | 27 | 17 | 0 | 130 | 33 | 106 | 116 | 51 |
| Binary | 10011111 | 10111010 | 10111 | 1111 | 0 | 1011000 | 11011 | 1000110 | 1001110 | 101001 |
Color Harmonies of #9FBA17
Complementary color
Monochromatic Colors of #9FBA17
Black with #9FBA17
Text Example
Text Example
White with #9FBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA17; }
p { color: rgb(159,186,23); }
H1.HeaderClassName
{
color: #9FBA17;
}
.AnyTagClassName
{
color: #9FBA17;
}
</style>
background-color css
<style>
a { background-color: #9FBA17; }
a { background-color: rgb(159,186,23); }
div.DivClassName
{
background-color: #9FBA17;
}
.BgClassName
{
background-color: #9FBA17;
}
</style>
border-color css
<style>
span { border-color: #9FBA17; }
span { border-color: rgb(159,186,23); }
td.TdClassName
{
border-color: #9FBA17;
}
.TagClassName
{
border-color: #9FBA17;
}
</style>