Shades of Bahia #9FB61E
Tints of Bahia #9FB61E
RGB
CMYK
RGB Variations
Color information
#9FB61E (or 0x9FB61E) is known color: Bahia. HEX triplet: 9F, B6 and 1E. RGB value is (159,182,30). Sum of RGB (Red+Green+Blue) = 159+182+30=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB61E is #6049E1. Grayscale: #9E9E9E. Windows color (decimal): -6310370 or 2012831. OLE color: 2012831.
HSL color Cylindrical-coordinate representation of color #9FB61E: hue angle of 69.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FB61E is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 182 | 30 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.29 |
| HSL | 69.08º | 0.72% | 0.42% | - |
| HSV(B) | 69.08º | 0.84% | 0.71% | - |
| XYZ | 31.26 | 40.92 | 7.48 | - |
| YUV | 157.8 | 55.88 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 182 | 30 | 0.13 | 0 | 0.84 | 0.29 | 69.08 | 0.72 | 0.42 |
| Hex | 9F | B6 | 1E | D | 0 | 54 | 1D | 45 | 48 | 2A |
| Octal | 237 | 266 | 36 | 15 | 0 | 124 | 35 | 105 | 110 | 52 |
| Binary | 10011111 | 10110110 | 11110 | 1101 | 0 | 1010100 | 11101 | 1000101 | 1001000 | 101010 |
Color Harmonies of #9FB61E
Complementary color
Monochromatic Colors of #9FB61E
Black with #9FB61E
Text Example
Text Example
White with #9FB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB61E; }
p { color: rgb(159,182,30); }
H1.HeaderClassName
{
color: #9FB61E;
}
.AnyTagClassName
{
color: #9FB61E;
}
</style>
background-color css
<style>
a { background-color: #9FB61E; }
a { background-color: rgb(159,182,30); }
div.DivClassName
{
background-color: #9FB61E;
}
.BgClassName
{
background-color: #9FB61E;
}
</style>
border-color css
<style>
span { border-color: #9FB61E; }
span { border-color: rgb(159,182,30); }
td.TdClassName
{
border-color: #9FB61E;
}
.TagClassName
{
border-color: #9FB61E;
}
</style>