Shades of Bahia #9FB11D
Tints of Bahia #9FB11D
RGB
CMYK
RGB Variations
Color information
#9FB11D (or 0x9FB11D) is known color: Bahia. HEX triplet: 9F, B1 and 1D. RGB value is (159,177,29). Sum of RGB (Red+Green+Blue) = 159+177+29=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB11D is #604EE2. Grayscale: #9B9B9B. Windows color (decimal): -6311651 or 1946015. OLE color: 1946015.
HSL color Cylindrical-coordinate representation of color #9FB11D: hue angle of 67.3º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FB11D is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 29 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.31 |
| HSL | 67.3º | 0.72% | 0.4% | - |
| HSV(B) | 67.3º | 0.84% | 0.69% | - |
| XYZ | 30.24 | 38.9 | 7.08 | - |
| YUV | 154.75 | 57.04 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 29 | 0.10 | 0 | 0.84 | 0.31 | 67.3 | 0.72 | 0.4 |
| Hex | 9F | B1 | 1D | A | 0 | 54 | 1F | 43 | 48 | 28 |
| Octal | 237 | 261 | 35 | 12 | 0 | 124 | 37 | 103 | 110 | 50 |
| Binary | 10011111 | 10110001 | 11101 | 1010 | 0 | 1010100 | 11111 | 1000011 | 1001000 | 101000 |
Color Harmonies of #9FB11D
Complementary color
Monochromatic Colors of #9FB11D
Black with #9FB11D
Text Example
Text Example
White with #9FB11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB11D; }
p { color: rgb(159,177,29); }
H1.HeaderClassName
{
color: #9FB11D;
}
.AnyTagClassName
{
color: #9FB11D;
}
</style>
background-color css
<style>
a { background-color: #9FB11D; }
a { background-color: rgb(159,177,29); }
div.DivClassName
{
background-color: #9FB11D;
}
.BgClassName
{
background-color: #9FB11D;
}
</style>
border-color css
<style>
span { border-color: #9FB11D; }
span { border-color: rgb(159,177,29); }
td.TdClassName
{
border-color: #9FB11D;
}
.TagClassName
{
border-color: #9FB11D;
}
</style>