Shades of Bahia #9FB321
Tints of Bahia #9FB321
RGB
CMYK
RGB Variations
Color information
#9FB321 (or 0x9FB321) is known color: Bahia. HEX triplet: 9F, B3 and 21. RGB value is (159,179,33). Sum of RGB (Red+Green+Blue) = 159+179+33=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB321 is #604CDE. Grayscale: #9C9C9C. Windows color (decimal): -6311135 or 2208671. OLE color: 2208671.
HSL color Cylindrical-coordinate representation of color #9FB321: hue angle of 68.22º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9FB321 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 33 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.30 |
| HSL | 68.22º | 0.69% | 0.42% | - |
| HSV(B) | 68.22º | 0.82% | 0.7% | - |
| XYZ | 30.69 | 39.72 | 7.49 | - |
| YUV | 156.38 | 58.37 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 33 | 0.11 | 0 | 0.82 | 0.30 | 68.22 | 0.69 | 0.42 |
| Hex | 9F | B3 | 21 | B | 0 | 52 | 1E | 44 | 45 | 2A |
| Octal | 237 | 263 | 41 | 13 | 0 | 122 | 36 | 104 | 105 | 52 |
| Binary | 10011111 | 10110011 | 100001 | 1011 | 0 | 1010010 | 11110 | 1000100 | 1000101 | 101010 |
Color Harmonies of #9FB321
Complementary color
Monochromatic Colors of #9FB321
Black with #9FB321
Text Example
Text Example
White with #9FB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB321; }
p { color: rgb(159,179,33); }
H1.HeaderClassName
{
color: #9FB321;
}
.AnyTagClassName
{
color: #9FB321;
}
</style>
background-color css
<style>
a { background-color: #9FB321; }
a { background-color: rgb(159,179,33); }
div.DivClassName
{
background-color: #9FB321;
}
.BgClassName
{
background-color: #9FB321;
}
</style>
border-color css
<style>
span { border-color: #9FB321; }
span { border-color: rgb(159,179,33); }
td.TdClassName
{
border-color: #9FB321;
}
.TagClassName
{
border-color: #9FB321;
}
</style>