Shades of Bahia #9FAD21
Tints of Bahia #9FAD21
RGB
CMYK
RGB Variations
Color information
#9FAD21 (or 0x9FAD21) is known color: Bahia. HEX triplet: 9F, AD and 21. RGB value is (159,173,33). Sum of RGB (Red+Green+Blue) = 159+173+33=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAD21 is #6052DE. Grayscale: #999999. Windows color (decimal): -6312671 or 2207135. OLE color: 2207135.
HSL color Cylindrical-coordinate representation of color #9FAD21: hue angle of 66º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9FAD21 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 33 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.32 |
| HSL | 66º | 0.68% | 0.4% | - |
| HSV(B) | 66º | 0.81% | 0.68% | - |
| XYZ | 29.52 | 37.37 | 7.1 | - |
| YUV | 152.85 | 60.36 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 33 | 0.08 | 0 | 0.81 | 0.32 | 66 | 0.68 | 0.4 |
| Hex | 9F | AD | 21 | 8 | 0 | 51 | 20 | 42 | 44 | 28 |
| Octal | 237 | 255 | 41 | 10 | 0 | 121 | 40 | 102 | 104 | 50 |
| Binary | 10011111 | 10101101 | 100001 | 1000 | 0 | 1010001 | 100000 | 1000010 | 1000100 | 101000 |
Color Harmonies of #9FAD21
Complementary color
Monochromatic Colors of #9FAD21
Black with #9FAD21
Text Example
Text Example
White with #9FAD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD21; }
p { color: rgb(159,173,33); }
H1.HeaderClassName
{
color: #9FAD21;
}
.AnyTagClassName
{
color: #9FAD21;
}
</style>
background-color css
<style>
a { background-color: #9FAD21; }
a { background-color: rgb(159,173,33); }
div.DivClassName
{
background-color: #9FAD21;
}
.BgClassName
{
background-color: #9FAD21;
}
</style>
border-color css
<style>
span { border-color: #9FAD21; }
span { border-color: rgb(159,173,33); }
td.TdClassName
{
border-color: #9FAD21;
}
.TagClassName
{
border-color: #9FAD21;
}
</style>