Shades of Bahia #9FB02C
Tints of Bahia #9FB02C
RGB
CMYK
RGB Variations
Color information
#9FB02C (or 0x9FB02C) is known color: Bahia. HEX triplet: 9F, B0 and 2C. RGB value is (159,176,44). Sum of RGB (Red+Green+Blue) = 159+176+44=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB02C is #604FD3. Grayscale: #9C9C9C. Windows color (decimal): -6311892 or 2928799. OLE color: 2928799.
HSL color Cylindrical-coordinate representation of color #9FB02C: hue angle of 67.73º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FB02C is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 44 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.31 |
| HSL | 67.73º | 0.6% | 0.43% | - |
| HSV(B) | 67.73º | 0.75% | 0.69% | - |
| XYZ | 30.28 | 38.6 | 8.24 | - |
| YUV | 155.87 | 64.87 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 44 | 0.10 | 0 | 0.75 | 0.31 | 67.73 | 0.6 | 0.43 |
| Hex | 9F | B0 | 2C | A | 0 | 4B | 1F | 44 | 3C | 2B |
| Octal | 237 | 260 | 54 | 12 | 0 | 113 | 37 | 104 | 74 | 53 |
| Binary | 10011111 | 10110000 | 101100 | 1010 | 0 | 1001011 | 11111 | 1000100 | 111100 | 101011 |
Color Harmonies of #9FB02C
Complementary color
Monochromatic Colors of #9FB02C
Black with #9FB02C
Text Example
Text Example
White with #9FB02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB02C; }
p { color: rgb(159,176,44); }
H1.HeaderClassName
{
color: #9FB02C;
}
.AnyTagClassName
{
color: #9FB02C;
}
</style>
background-color css
<style>
a { background-color: #9FB02C; }
a { background-color: rgb(159,176,44); }
div.DivClassName
{
background-color: #9FB02C;
}
.BgClassName
{
background-color: #9FB02C;
}
</style>
border-color css
<style>
span { border-color: #9FB02C; }
span { border-color: rgb(159,176,44); }
td.TdClassName
{
border-color: #9FB02C;
}
.TagClassName
{
border-color: #9FB02C;
}
</style>