Shades of Bahia #AFB716
Tints of Bahia #AFB716
RGB
CMYK
RGB Variations
Color information
#AFB716 (or 0xAFB716) is known color: Bahia. HEX triplet: AF, B7 and 16. RGB value is (175,183,22). Sum of RGB (Red+Green+Blue) = 175+183+22=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB716 is #5048E9. Grayscale: #A2A2A2. Windows color (decimal): -5261546 or 1488815. OLE color: 1488815.
HSL color Cylindrical-coordinate representation of color #AFB716: hue angle of 62.98º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFB716 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 22 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.28 |
| HSL | 62.98º | 0.79% | 0.4% | - |
| HSV(B) | 62.98º | 0.88% | 0.72% | - |
| XYZ | 34.76 | 43.04 | 7.23 | - |
| YUV | 162.25 | 48.85 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 22 | 0.04 | 0 | 0.88 | 0.28 | 62.98 | 0.79 | 0.4 |
| Hex | AF | B7 | 16 | 4 | 0 | 58 | 1C | 3F | 4F | 28 |
| Octal | 257 | 267 | 26 | 4 | 0 | 130 | 34 | 77 | 117 | 50 |
| Binary | 10101111 | 10110111 | 10110 | 100 | 0 | 1011000 | 11100 | 111111 | 1001111 | 101000 |
Color Harmonies of #AFB716
Complementary color
Monochromatic Colors of #AFB716
Black with #AFB716
Text Example
Text Example
White with #AFB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB716; }
p { color: rgb(175,183,22); }
H1.HeaderClassName
{
color: #AFB716;
}
.AnyTagClassName
{
color: #AFB716;
}
</style>
background-color css
<style>
a { background-color: #AFB716; }
a { background-color: rgb(175,183,22); }
div.DivClassName
{
background-color: #AFB716;
}
.BgClassName
{
background-color: #AFB716;
}
</style>
border-color css
<style>
span { border-color: #AFB716; }
span { border-color: rgb(175,183,22); }
td.TdClassName
{
border-color: #AFB716;
}
.TagClassName
{
border-color: #AFB716;
}
</style>