Shades of Bahia #AFBC16
Tints of Bahia #AFBC16
RGB
CMYK
RGB Variations
Color information
#AFBC16 (or 0xAFBC16) is known color: Bahia. HEX triplet: AF, BC and 16. RGB value is (175,188,22). Sum of RGB (Red+Green+Blue) = 175+188+22=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC16 is #5043E9. Grayscale: #A5A5A5. Windows color (decimal): -5260266 or 1490095. OLE color: 1490095.
HSL color Cylindrical-coordinate representation of color #AFBC16: hue angle of 64.7º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFBC16 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 22 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.26 |
| HSL | 64.7º | 0.79% | 0.41% | - |
| HSV(B) | 64.7º | 0.88% | 0.74% | - |
| XYZ | 35.81 | 45.14 | 7.58 | - |
| YUV | 165.19 | 47.19 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 22 | 0.07 | 0 | 0.88 | 0.26 | 64.7 | 0.79 | 0.41 |
| Hex | AF | BC | 16 | 7 | 0 | 58 | 1A | 41 | 4F | 29 |
| Octal | 257 | 274 | 26 | 7 | 0 | 130 | 32 | 101 | 117 | 51 |
| Binary | 10101111 | 10111100 | 10110 | 111 | 0 | 1011000 | 11010 | 1000001 | 1001111 | 101001 |
Color Harmonies of #AFBC16
Complementary color
Monochromatic Colors of #AFBC16
Black with #AFBC16
Text Example
Text Example
White with #AFBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC16; }
p { color: rgb(175,188,22); }
H1.HeaderClassName
{
color: #AFBC16;
}
.AnyTagClassName
{
color: #AFBC16;
}
</style>
background-color css
<style>
a { background-color: #AFBC16; }
a { background-color: rgb(175,188,22); }
div.DivClassName
{
background-color: #AFBC16;
}
.BgClassName
{
background-color: #AFBC16;
}
</style>
border-color css
<style>
span { border-color: #AFBC16; }
span { border-color: rgb(175,188,22); }
td.TdClassName
{
border-color: #AFBC16;
}
.TagClassName
{
border-color: #AFBC16;
}
</style>