Shades of Bahia #AFB920
Tints of Bahia #AFB920
RGB
CMYK
RGB Variations
Color information
#AFB920 (or 0xAFB920) is known color: Bahia. HEX triplet: AF, B9 and 20. RGB value is (175,185,32). Sum of RGB (Red+Green+Blue) = 175+185+32=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB920 is #5046DF. Grayscale: #A5A5A5. Windows color (decimal): -5261024 or 2144687. OLE color: 2144687.
HSL color Cylindrical-coordinate representation of color #AFB920: hue angle of 63.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFB920 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 32 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.27 |
| HSL | 63.92º | 0.71% | 0.43% | - |
| HSV(B) | 63.92º | 0.83% | 0.73% | - |
| XYZ | 35.29 | 43.92 | 7.98 | - |
| YUV | 164.57 | 53.19 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 32 | 0.05 | 0 | 0.83 | 0.27 | 63.92 | 0.71 | 0.43 |
| Hex | AF | B9 | 20 | 5 | 0 | 53 | 1B | 40 | 47 | 2B |
| Octal | 257 | 271 | 40 | 5 | 0 | 123 | 33 | 100 | 107 | 53 |
| Binary | 10101111 | 10111001 | 100000 | 101 | 0 | 1010011 | 11011 | 1000000 | 1000111 | 101011 |
Color Harmonies of #AFB920
Complementary color
Monochromatic Colors of #AFB920
Black with #AFB920
Text Example
Text Example
White with #AFB920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB920; }
p { color: rgb(175,185,32); }
H1.HeaderClassName
{
color: #AFB920;
}
.AnyTagClassName
{
color: #AFB920;
}
</style>
background-color css
<style>
a { background-color: #AFB920; }
a { background-color: rgb(175,185,32); }
div.DivClassName
{
background-color: #AFB920;
}
.BgClassName
{
background-color: #AFB920;
}
</style>
border-color css
<style>
span { border-color: #AFB920; }
span { border-color: rgb(175,185,32); }
td.TdClassName
{
border-color: #AFB920;
}
.TagClassName
{
border-color: #AFB920;
}
</style>