Shades of Bahia #AFB921
Tints of Bahia #AFB921
RGB
CMYK
RGB Variations
Color information
#AFB921 (or 0xAFB921) is known color: Bahia. HEX triplet: AF, B9 and 21. RGB value is (175,185,33). Sum of RGB (Red+Green+Blue) = 175+185+33=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB921 is #5046DE. Grayscale: #A5A5A5. Windows color (decimal): -5261023 or 2210223. OLE color: 2210223.
HSL color Cylindrical-coordinate representation of color #AFB921: hue angle of 63.95º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFB921 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 33 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.27 |
| HSL | 63.95º | 0.7% | 0.43% | - |
| HSV(B) | 63.95º | 0.82% | 0.73% | - |
| XYZ | 35.3 | 43.92 | 8.06 | - |
| YUV | 164.68 | 53.69 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 33 | 0.05 | 0 | 0.82 | 0.27 | 63.95 | 0.7 | 0.43 |
| Hex | AF | B9 | 21 | 5 | 0 | 52 | 1B | 40 | 46 | 2B |
| Octal | 257 | 271 | 41 | 5 | 0 | 122 | 33 | 100 | 106 | 53 |
| Binary | 10101111 | 10111001 | 100001 | 101 | 0 | 1010010 | 11011 | 1000000 | 1000110 | 101011 |
Color Harmonies of #AFB921
Complementary color
Monochromatic Colors of #AFB921
Black with #AFB921
Text Example
Text Example
White with #AFB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB921; }
p { color: rgb(175,185,33); }
H1.HeaderClassName
{
color: #AFB921;
}
.AnyTagClassName
{
color: #AFB921;
}
</style>
background-color css
<style>
a { background-color: #AFB921; }
a { background-color: rgb(175,185,33); }
div.DivClassName
{
background-color: #AFB921;
}
.BgClassName
{
background-color: #AFB921;
}
</style>
border-color css
<style>
span { border-color: #AFB921; }
span { border-color: rgb(175,185,33); }
td.TdClassName
{
border-color: #AFB921;
}
.TagClassName
{
border-color: #AFB921;
}
</style>