Shades of Bahia #9FBE16
Tints of Bahia #9FBE16
RGB
CMYK
RGB Variations
Color information
#9FBE16 (or 0x9FBE16) is known color: Bahia. HEX triplet: 9F, BE and 16. RGB value is (159,190,22). Sum of RGB (Red+Green+Blue) = 159+190+22=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBE16 is #6041E9. Grayscale: #A2A2A2. Windows color (decimal): -6308330 or 1490591. OLE color: 1490591.
HSL color Cylindrical-coordinate representation of color #9FBE16: hue angle of 71.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FBE16 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 190 | 22 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.25 |
| HSL | 71.07º | 0.79% | 0.42% | - |
| HSV(B) | 71.07º | 0.88% | 0.75% | - |
| XYZ | 32.86 | 44.26 | 7.57 | - |
| YUV | 161.58 | 49.23 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 22 | 0.16 | 0 | 0.88 | 0.25 | 71.07 | 0.79 | 0.42 |
| Hex | 9F | BE | 16 | 10 | 0 | 58 | 19 | 47 | 4F | 2A |
| Octal | 237 | 276 | 26 | 20 | 0 | 130 | 31 | 107 | 117 | 52 |
| Binary | 10011111 | 10111110 | 10110 | 10000 | 0 | 1011000 | 11001 | 1000111 | 1001111 | 101010 |
Color Harmonies of #9FBE16
Complementary color
Monochromatic Colors of #9FBE16
Black with #9FBE16
Text Example
Text Example
White with #9FBE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBE16; }
p { color: rgb(159,190,22); }
H1.HeaderClassName
{
color: #9FBE16;
}
.AnyTagClassName
{
color: #9FBE16;
}
</style>
background-color css
<style>
a { background-color: #9FBE16; }
a { background-color: rgb(159,190,22); }
div.DivClassName
{
background-color: #9FBE16;
}
.BgClassName
{
background-color: #9FBE16;
}
</style>
border-color css
<style>
span { border-color: #9FBE16; }
span { border-color: rgb(159,190,22); }
td.TdClassName
{
border-color: #9FBE16;
}
.TagClassName
{
border-color: #9FBE16;
}
</style>