Shades of Bahia #AFC016
Tints of Bahia #AFC016
RGB
CMYK
RGB Variations
Color information
#AFC016 (or 0xAFC016) is known color: Bahia. HEX triplet: AF, C0 and 16. RGB value is (175,192,22). Sum of RGB (Red+Green+Blue) = 175+192+22=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC016 is #503FE9. Grayscale: #A8A8A8. Windows color (decimal): -5259242 or 1491119. OLE color: 1491119.
HSL color Cylindrical-coordinate representation of color #AFC016: hue angle of 66º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFC016 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 22 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.25 |
| HSL | 66º | 0.79% | 0.42% | - |
| HSV(B) | 66º | 0.89% | 0.75% | - |
| XYZ | 36.67 | 46.87 | 7.87 | - |
| YUV | 167.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 22 | 0.09 | 0 | 0.89 | 0.25 | 66 | 0.79 | 0.42 |
| Hex | AF | C0 | 16 | 9 | 0 | 59 | 19 | 42 | 4F | 2A |
| Octal | 257 | 300 | 26 | 11 | 0 | 131 | 31 | 102 | 117 | 52 |
| Binary | 10101111 | 11000000 | 10110 | 1001 | 0 | 1011001 | 11001 | 1000010 | 1001111 | 101010 |
Color Harmonies of #AFC016
Complementary color
Monochromatic Colors of #AFC016
Black with #AFC016
Text Example
Text Example
White with #AFC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC016; }
p { color: rgb(175,192,22); }
H1.HeaderClassName
{
color: #AFC016;
}
.AnyTagClassName
{
color: #AFC016;
}
</style>
background-color css
<style>
a { background-color: #AFC016; }
a { background-color: rgb(175,192,22); }
div.DivClassName
{
background-color: #AFC016;
}
.BgClassName
{
background-color: #AFC016;
}
</style>
border-color css
<style>
span { border-color: #AFC016; }
span { border-color: rgb(175,192,22); }
td.TdClassName
{
border-color: #AFC016;
}
.TagClassName
{
border-color: #AFC016;
}
</style>