Shades of Bahia #9FBC1C
Tints of Bahia #9FBC1C
RGB
CMYK
RGB Variations
Color information
#9FBC1C (or 0x9FBC1C) is known color: Bahia. HEX triplet: 9F, BC and 1C. RGB value is (159,188,28). Sum of RGB (Red+Green+Blue) = 159+188+28=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC1C is #6043E3. Grayscale: #A1A1A1. Windows color (decimal): -6308836 or 1883295. OLE color: 1883295.
HSL color Cylindrical-coordinate representation of color #9FBC1C: hue angle of 70.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9FBC1C is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 28 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.26 |
| HSL | 70.88º | 0.74% | 0.42% | - |
| HSV(B) | 70.88º | 0.85% | 0.74% | - |
| XYZ | 32.49 | 43.42 | 7.77 | - |
| YUV | 161.09 | 52.89 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 28 | 0.15 | 0 | 0.85 | 0.26 | 70.88 | 0.74 | 0.42 |
| Hex | 9F | BC | 1C | F | 0 | 55 | 1A | 47 | 4A | 2A |
| Octal | 237 | 274 | 34 | 17 | 0 | 125 | 32 | 107 | 112 | 52 |
| Binary | 10011111 | 10111100 | 11100 | 1111 | 0 | 1010101 | 11010 | 1000111 | 1001010 | 101010 |
Color Harmonies of #9FBC1C
Complementary color
Monochromatic Colors of #9FBC1C
Black with #9FBC1C
Text Example
Text Example
White with #9FBC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC1C; }
p { color: rgb(159,188,28); }
H1.HeaderClassName
{
color: #9FBC1C;
}
.AnyTagClassName
{
color: #9FBC1C;
}
</style>
background-color css
<style>
a { background-color: #9FBC1C; }
a { background-color: rgb(159,188,28); }
div.DivClassName
{
background-color: #9FBC1C;
}
.BgClassName
{
background-color: #9FBC1C;
}
</style>
border-color css
<style>
span { border-color: #9FBC1C; }
span { border-color: rgb(159,188,28); }
td.TdClassName
{
border-color: #9FBC1C;
}
.TagClassName
{
border-color: #9FBC1C;
}
</style>