Shades of Bahia #AFB721
Tints of Bahia #AFB721
RGB
CMYK
RGB Variations
Color information
#AFB721 (or 0xAFB721) is known color: Bahia. HEX triplet: AF, B7 and 21. RGB value is (175,183,33). Sum of RGB (Red+Green+Blue) = 175+183+33=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB721 is #5048DE. Grayscale: #A4A4A4. Windows color (decimal): -5261535 or 2209711. OLE color: 2209711.
HSL color Cylindrical-coordinate representation of color #AFB721: hue angle of 63.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFB721 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 33 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.28 |
| HSL | 63.2º | 0.69% | 0.42% | - |
| HSV(B) | 63.2º | 0.82% | 0.72% | - |
| XYZ | 34.89 | 43.09 | 7.92 | - |
| YUV | 163.51 | 54.35 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 33 | 0.04 | 0 | 0.82 | 0.28 | 63.2 | 0.69 | 0.42 |
| Hex | AF | B7 | 21 | 4 | 0 | 52 | 1C | 3F | 45 | 2A |
| Octal | 257 | 267 | 41 | 4 | 0 | 122 | 34 | 77 | 105 | 52 |
| Binary | 10101111 | 10110111 | 100001 | 100 | 0 | 1010010 | 11100 | 111111 | 1000101 | 101010 |
Color Harmonies of #AFB721
Complementary color
Monochromatic Colors of #AFB721
Black with #AFB721
Text Example
Text Example
White with #AFB721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB721; }
p { color: rgb(175,183,33); }
H1.HeaderClassName
{
color: #AFB721;
}
.AnyTagClassName
{
color: #AFB721;
}
</style>
background-color css
<style>
a { background-color: #AFB721; }
a { background-color: rgb(175,183,33); }
div.DivClassName
{
background-color: #AFB721;
}
.BgClassName
{
background-color: #AFB721;
}
</style>
border-color css
<style>
span { border-color: #AFB721; }
span { border-color: rgb(175,183,33); }
td.TdClassName
{
border-color: #AFB721;
}
.TagClassName
{
border-color: #AFB721;
}
</style>