Shades of Bahia #9FBD2C
Tints of Bahia #9FBD2C
RGB
CMYK
RGB Variations
Color information
#9FBD2C (or 0x9FBD2C) is known color: Bahia. HEX triplet: 9F, BD and 2C. RGB value is (159,189,44). Sum of RGB (Red+Green+Blue) = 159+189+44=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBD2C is #6042D3. Grayscale: #A4A4A4. Windows color (decimal): -6308564 or 2932127. OLE color: 2932127.
HSL color Cylindrical-coordinate representation of color #9FBD2C: hue angle of 72.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9FBD2C is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 189 | 44 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.26 |
| HSL | 72.41º | 0.62% | 0.46% | - |
| HSV(B) | 72.41º | 0.77% | 0.74% | - |
| XYZ | 32.95 | 43.95 | 9.13 | - |
| YUV | 163.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 44 | 0.16 | 0 | 0.77 | 0.26 | 72.41 | 0.62 | 0.46 |
| Hex | 9F | BD | 2C | 10 | 0 | 4D | 1A | 48 | 3E | 2E |
| Octal | 237 | 275 | 54 | 20 | 0 | 115 | 32 | 110 | 76 | 56 |
| Binary | 10011111 | 10111101 | 101100 | 10000 | 0 | 1001101 | 11010 | 1001000 | 111110 | 101110 |
Color Harmonies of #9FBD2C
Complementary color
Monochromatic Colors of #9FBD2C
Black with #9FBD2C
Text Example
Text Example
White with #9FBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBD2C; }
p { color: rgb(159,189,44); }
H1.HeaderClassName
{
color: #9FBD2C;
}
.AnyTagClassName
{
color: #9FBD2C;
}
</style>
background-color css
<style>
a { background-color: #9FBD2C; }
a { background-color: rgb(159,189,44); }
div.DivClassName
{
background-color: #9FBD2C;
}
.BgClassName
{
background-color: #9FBD2C;
}
</style>
border-color css
<style>
span { border-color: #9FBD2C; }
span { border-color: rgb(159,189,44); }
td.TdClassName
{
border-color: #9FBD2C;
}
.TagClassName
{
border-color: #9FBD2C;
}
</style>