Shades of Bahia #AFBC20
Tints of Bahia #AFBC20
RGB
CMYK
RGB Variations
Color information
#AFBC20 (or 0xAFBC20) is known color: Bahia. HEX triplet: AF, BC and 20. RGB value is (175,188,32). Sum of RGB (Red+Green+Blue) = 175+188+32=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC20 is #5043DF. Grayscale: #A6A6A6. Windows color (decimal): -5260256 or 2145455. OLE color: 2145455.
HSL color Cylindrical-coordinate representation of color #AFBC20: hue angle of 65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFBC20 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 32 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.26 |
| HSL | 65º | 0.71% | 0.43% | - |
| HSV(B) | 65º | 0.83% | 0.74% | - |
| XYZ | 35.92 | 45.18 | 8.19 | - |
| YUV | 166.33 | 52.19 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 32 | 0.07 | 0 | 0.83 | 0.26 | 65 | 0.71 | 0.43 |
| Hex | AF | BC | 20 | 7 | 0 | 53 | 1A | 41 | 47 | 2B |
| Octal | 257 | 274 | 40 | 7 | 0 | 123 | 32 | 101 | 107 | 53 |
| Binary | 10101111 | 10111100 | 100000 | 111 | 0 | 1010011 | 11010 | 1000001 | 1000111 | 101011 |
Color Harmonies of #AFBC20
Complementary color
Monochromatic Colors of #AFBC20
Black with #AFBC20
Text Example
Text Example
White with #AFBC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC20; }
p { color: rgb(175,188,32); }
H1.HeaderClassName
{
color: #AFBC20;
}
.AnyTagClassName
{
color: #AFBC20;
}
</style>
background-color css
<style>
a { background-color: #AFBC20; }
a { background-color: rgb(175,188,32); }
div.DivClassName
{
background-color: #AFBC20;
}
.BgClassName
{
background-color: #AFBC20;
}
</style>
border-color css
<style>
span { border-color: #AFBC20; }
span { border-color: rgb(175,188,32); }
td.TdClassName
{
border-color: #AFBC20;
}
.TagClassName
{
border-color: #AFBC20;
}
</style>