Shades of Bahia #9FAF2A
Tints of Bahia #9FAF2A
RGB
CMYK
RGB Variations
Color information
#9FAF2A (or 0x9FAF2A) is known color: Bahia. HEX triplet: 9F, AF and 2A. RGB value is (159,175,42). Sum of RGB (Red+Green+Blue) = 159+175+42=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAF2A is #6050D5. Grayscale: #9B9B9B. Windows color (decimal): -6312150 or 2797471. OLE color: 2797471.
HSL color Cylindrical-coordinate representation of color #9FAF2A: hue angle of 67.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9FAF2A is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 175 | 42 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.31 |
| HSL | 67.22º | 0.61% | 0.43% | - |
| HSV(B) | 67.22º | 0.76% | 0.69% | - |
| XYZ | 30.05 | 38.2 | 7.98 | - |
| YUV | 155.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 42 | 0.09 | 0 | 0.76 | 0.31 | 67.22 | 0.61 | 0.43 |
| Hex | 9F | AF | 2A | 9 | 0 | 4C | 1F | 43 | 3D | 2B |
| Octal | 237 | 257 | 52 | 11 | 0 | 114 | 37 | 103 | 75 | 53 |
| Binary | 10011111 | 10101111 | 101010 | 1001 | 0 | 1001100 | 11111 | 1000011 | 111101 | 101011 |
Color Harmonies of #9FAF2A
Complementary color
Monochromatic Colors of #9FAF2A
Black with #9FAF2A
Text Example
Text Example
White with #9FAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAF2A; }
p { color: rgb(159,175,42); }
H1.HeaderClassName
{
color: #9FAF2A;
}
.AnyTagClassName
{
color: #9FAF2A;
}
</style>
background-color css
<style>
a { background-color: #9FAF2A; }
a { background-color: rgb(159,175,42); }
div.DivClassName
{
background-color: #9FAF2A;
}
.BgClassName
{
background-color: #9FAF2A;
}
</style>
border-color css
<style>
span { border-color: #9FAF2A; }
span { border-color: rgb(159,175,42); }
td.TdClassName
{
border-color: #9FAF2A;
}
.TagClassName
{
border-color: #9FAF2A;
}
</style>