Shades of Bahia #AFB520
Tints of Bahia #AFB520
RGB
CMYK
RGB Variations
Color information
#AFB520 (or 0xAFB520) is known color: Bahia. HEX triplet: AF, B5 and 20. RGB value is (175,181,32). Sum of RGB (Red+Green+Blue) = 175+181+32=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB520 is #504ADF. Grayscale: #A2A2A2. Windows color (decimal): -5262048 or 2143663. OLE color: 2143663.
HSL color Cylindrical-coordinate representation of color #AFB520: hue angle of 62.42º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFB520 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 32 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.29 |
| HSL | 62.42º | 0.7% | 0.42% | - |
| HSV(B) | 62.42º | 0.82% | 0.71% | - |
| XYZ | 34.46 | 42.27 | 7.71 | - |
| YUV | 162.22 | 54.51 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 32 | 0.03 | 0 | 0.82 | 0.29 | 62.42 | 0.7 | 0.42 |
| Hex | AF | B5 | 20 | 3 | 0 | 52 | 1D | 3E | 46 | 2A |
| Octal | 257 | 265 | 40 | 3 | 0 | 122 | 35 | 76 | 106 | 52 |
| Binary | 10101111 | 10110101 | 100000 | 11 | 0 | 1010010 | 11101 | 111110 | 1000110 | 101010 |
Color Harmonies of #AFB520
Complementary color
Monochromatic Colors of #AFB520
Black with #AFB520
Text Example
Text Example
White with #AFB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB520; }
p { color: rgb(175,181,32); }
H1.HeaderClassName
{
color: #AFB520;
}
.AnyTagClassName
{
color: #AFB520;
}
</style>
background-color css
<style>
a { background-color: #AFB520; }
a { background-color: rgb(175,181,32); }
div.DivClassName
{
background-color: #AFB520;
}
.BgClassName
{
background-color: #AFB520;
}
</style>
border-color css
<style>
span { border-color: #AFB520; }
span { border-color: rgb(175,181,32); }
td.TdClassName
{
border-color: #AFB520;
}
.TagClassName
{
border-color: #AFB520;
}
</style>