Shades of Bahia #AFB521
Tints of Bahia #AFB521
RGB
CMYK
RGB Variations
Color information
#AFB521 (or 0xAFB521) is known color: Bahia. HEX triplet: AF, B5 and 21. RGB value is (175,181,33). Sum of RGB (Red+Green+Blue) = 175+181+33=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB521 is #504ADE. Grayscale: #A2A2A2. Windows color (decimal): -5262047 or 2209199. OLE color: 2209199.
HSL color Cylindrical-coordinate representation of color #AFB521: hue angle of 62.43º degrees, saturation: 0.69, 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 #AFB521 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 33 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.29 |
| HSL | 62.43º | 0.69% | 0.42% | - |
| HSV(B) | 62.43º | 0.82% | 0.71% | - |
| XYZ | 34.48 | 42.27 | 7.78 | - |
| YUV | 162.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 33 | 0.03 | 0 | 0.82 | 0.29 | 62.43 | 0.69 | 0.42 |
| Hex | AF | B5 | 21 | 3 | 0 | 52 | 1D | 3E | 45 | 2A |
| Octal | 257 | 265 | 41 | 3 | 0 | 122 | 35 | 76 | 105 | 52 |
| Binary | 10101111 | 10110101 | 100001 | 11 | 0 | 1010010 | 11101 | 111110 | 1000101 | 101010 |
Color Harmonies of #AFB521
Complementary color
Monochromatic Colors of #AFB521
Black with #AFB521
Text Example
Text Example
White with #AFB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB521; }
p { color: rgb(175,181,33); }
H1.HeaderClassName
{
color: #AFB521;
}
.AnyTagClassName
{
color: #AFB521;
}
</style>
background-color css
<style>
a { background-color: #AFB521; }
a { background-color: rgb(175,181,33); }
div.DivClassName
{
background-color: #AFB521;
}
.BgClassName
{
background-color: #AFB521;
}
</style>
border-color css
<style>
span { border-color: #AFB521; }
span { border-color: rgb(175,181,33); }
td.TdClassName
{
border-color: #AFB521;
}
.TagClassName
{
border-color: #AFB521;
}
</style>