Shades of Bahia #9FBC1A
Tints of Bahia #9FBC1A
RGB
CMYK
RGB Variations
Color information
#9FBC1A (or 0x9FBC1A) is known color: Bahia. HEX triplet: 9F, BC and 1A. RGB value is (159,188,26). Sum of RGB (Red+Green+Blue) = 159+188+26=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC1A is #6043E5. Grayscale: #A1A1A1. Windows color (decimal): -6308838 or 1752223. OLE color: 1752223.
HSL color Cylindrical-coordinate representation of color #9FBC1A: hue angle of 70.74º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FBC1A is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 26 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.26 |
| HSL | 70.74º | 0.76% | 0.42% | - |
| HSV(B) | 70.74º | 0.86% | 0.74% | - |
| XYZ | 32.47 | 43.41 | 7.65 | - |
| YUV | 160.86 | 51.89 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 26 | 0.15 | 0 | 0.86 | 0.26 | 70.74 | 0.76 | 0.42 |
| Hex | 9F | BC | 1A | F | 0 | 56 | 1A | 47 | 4C | 2A |
| Octal | 237 | 274 | 32 | 17 | 0 | 126 | 32 | 107 | 114 | 52 |
| Binary | 10011111 | 10111100 | 11010 | 1111 | 0 | 1010110 | 11010 | 1000111 | 1001100 | 101010 |
Color Harmonies of #9FBC1A
Complementary color
Monochromatic Colors of #9FBC1A
Black with #9FBC1A
Text Example
Text Example
White with #9FBC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC1A; }
p { color: rgb(159,188,26); }
H1.HeaderClassName
{
color: #9FBC1A;
}
.AnyTagClassName
{
color: #9FBC1A;
}
</style>
background-color css
<style>
a { background-color: #9FBC1A; }
a { background-color: rgb(159,188,26); }
div.DivClassName
{
background-color: #9FBC1A;
}
.BgClassName
{
background-color: #9FBC1A;
}
</style>
border-color css
<style>
span { border-color: #9FBC1A; }
span { border-color: rgb(159,188,26); }
td.TdClassName
{
border-color: #9FBC1A;
}
.TagClassName
{
border-color: #9FBC1A;
}
</style>