Shades of Bahia #9FB51D
Tints of Bahia #9FB51D
RGB
CMYK
RGB Variations
Color information
#9FB51D (or 0x9FB51D) is known color: Bahia. HEX triplet: 9F, B5 and 1D. RGB value is (159,181,29). Sum of RGB (Red+Green+Blue) = 159+181+29=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB51D is #604AE2. Grayscale: #9D9D9D. Windows color (decimal): -6310627 or 1947039. OLE color: 1947039.
HSL color Cylindrical-coordinate representation of color #9FB51D: hue angle of 68.68º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FB51D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 181 | 29 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.29 |
| HSL | 68.68º | 0.72% | 0.41% | - |
| HSV(B) | 68.68º | 0.84% | 0.71% | - |
| XYZ | 31.04 | 40.51 | 7.34 | - |
| YUV | 157.09 | 55.71 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 29 | 0.12 | 0 | 0.84 | 0.29 | 68.68 | 0.72 | 0.41 |
| Hex | 9F | B5 | 1D | C | 0 | 54 | 1D | 45 | 48 | 29 |
| Octal | 237 | 265 | 35 | 14 | 0 | 124 | 35 | 105 | 110 | 51 |
| Binary | 10011111 | 10110101 | 11101 | 1100 | 0 | 1010100 | 11101 | 1000101 | 1001000 | 101001 |
Color Harmonies of #9FB51D
Complementary color
Monochromatic Colors of #9FB51D
Black with #9FB51D
Text Example
Text Example
White with #9FB51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB51D; }
p { color: rgb(159,181,29); }
H1.HeaderClassName
{
color: #9FB51D;
}
.AnyTagClassName
{
color: #9FB51D;
}
</style>
background-color css
<style>
a { background-color: #9FB51D; }
a { background-color: rgb(159,181,29); }
div.DivClassName
{
background-color: #9FB51D;
}
.BgClassName
{
background-color: #9FB51D;
}
</style>
border-color css
<style>
span { border-color: #9FB51D; }
span { border-color: rgb(159,181,29); }
td.TdClassName
{
border-color: #9FB51D;
}
.TagClassName
{
border-color: #9FB51D;
}
</style>