Shades of Bahia #AFBA20
Tints of Bahia #AFBA20
RGB
CMYK
RGB Variations
Color information
#AFBA20 (or 0xAFBA20) is known color: Bahia. HEX triplet: AF, BA and 20. RGB value is (175,186,32). Sum of RGB (Red+Green+Blue) = 175+186+32=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA20 is #5045DF. Grayscale: #A5A5A5. Windows color (decimal): -5260768 or 2144943. OLE color: 2144943.
HSL color Cylindrical-coordinate representation of color #AFBA20: hue angle of 64.29º 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 #AFBA20 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 32 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.27 |
| HSL | 64.29º | 0.71% | 0.43% | - |
| HSV(B) | 64.29º | 0.83% | 0.73% | - |
| XYZ | 35.5 | 44.34 | 8.05 | - |
| YUV | 165.16 | 52.86 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 32 | 0.06 | 0 | 0.83 | 0.27 | 64.29 | 0.71 | 0.43 |
| Hex | AF | BA | 20 | 6 | 0 | 53 | 1B | 40 | 47 | 2B |
| Octal | 257 | 272 | 40 | 6 | 0 | 123 | 33 | 100 | 107 | 53 |
| Binary | 10101111 | 10111010 | 100000 | 110 | 0 | 1010011 | 11011 | 1000000 | 1000111 | 101011 |
Color Harmonies of #AFBA20
Complementary color
Monochromatic Colors of #AFBA20
Black with #AFBA20
Text Example
Text Example
White with #AFBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA20; }
p { color: rgb(175,186,32); }
H1.HeaderClassName
{
color: #AFBA20;
}
.AnyTagClassName
{
color: #AFBA20;
}
</style>
background-color css
<style>
a { background-color: #AFBA20; }
a { background-color: rgb(175,186,32); }
div.DivClassName
{
background-color: #AFBA20;
}
.BgClassName
{
background-color: #AFBA20;
}
</style>
border-color css
<style>
span { border-color: #AFBA20; }
span { border-color: rgb(175,186,32); }
td.TdClassName
{
border-color: #AFBA20;
}
.TagClassName
{
border-color: #AFBA20;
}
</style>