Shades of Bahia #9FB82D
Tints of Bahia #9FB82D
RGB
CMYK
RGB Variations
Color information
#9FB82D (or 0x9FB82D) is known color: Bahia. HEX triplet: 9F, B8 and 2D. RGB value is (159,184,45). Sum of RGB (Red+Green+Blue) = 159+184+45=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB82D is #6047D2. Grayscale: #A1A1A1. Windows color (decimal): -6309843 or 2996383. OLE color: 2996383.
HSL color Cylindrical-coordinate representation of color #9FB82D: hue angle of 70.79º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9FB82D is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 45 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.28 |
| HSL | 70.79º | 0.61% | 0.45% | - |
| HSV(B) | 70.79º | 0.76% | 0.72% | - |
| XYZ | 31.91 | 41.84 | 8.88 | - |
| YUV | 160.68 | 62.72 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 45 | 0.14 | 0 | 0.76 | 0.28 | 70.79 | 0.61 | 0.45 |
| Hex | 9F | B8 | 2D | E | 0 | 4C | 1C | 47 | 3D | 2D |
| Octal | 237 | 270 | 55 | 16 | 0 | 114 | 34 | 107 | 75 | 55 |
| Binary | 10011111 | 10111000 | 101101 | 1110 | 0 | 1001100 | 11100 | 1000111 | 111101 | 101101 |
Color Harmonies of #9FB82D
Complementary color
Monochromatic Colors of #9FB82D
Black with #9FB82D
Text Example
Text Example
White with #9FB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB82D; }
p { color: rgb(159,184,45); }
H1.HeaderClassName
{
color: #9FB82D;
}
.AnyTagClassName
{
color: #9FB82D;
}
</style>
background-color css
<style>
a { background-color: #9FB82D; }
a { background-color: rgb(159,184,45); }
div.DivClassName
{
background-color: #9FB82D;
}
.BgClassName
{
background-color: #9FB82D;
}
</style>
border-color css
<style>
span { border-color: #9FB82D; }
span { border-color: rgb(159,184,45); }
td.TdClassName
{
border-color: #9FB82D;
}
.TagClassName
{
border-color: #9FB82D;
}
</style>