Shades of Bahia #AFBA14
Tints of Bahia #AFBA14
RGB
CMYK
RGB Variations
Color information
#AFBA14 (or 0xAFBA14) is known color: Bahia. HEX triplet: AF, BA and 14. RGB value is (175,186,20). Sum of RGB (Red+Green+Blue) = 175+186+20=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA14 is #5045EB. Grayscale: #A4A4A4. Windows color (decimal): -5260780 or 1358511. OLE color: 1358511.
HSL color Cylindrical-coordinate representation of color #AFBA14: hue angle of 63.98º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFBA14 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 20 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.27 |
| HSL | 63.98º | 0.81% | 0.4% | - |
| HSV(B) | 63.98º | 0.89% | 0.73% | - |
| XYZ | 35.36 | 44.28 | 7.35 | - |
| YUV | 163.79 | 46.86 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 20 | 0.06 | 0 | 0.89 | 0.27 | 63.98 | 0.81 | 0.4 |
| Hex | AF | BA | 14 | 6 | 0 | 59 | 1B | 40 | 51 | 28 |
| Octal | 257 | 272 | 24 | 6 | 0 | 131 | 33 | 100 | 121 | 50 |
| Binary | 10101111 | 10111010 | 10100 | 110 | 0 | 1011001 | 11011 | 1000000 | 1010001 | 101000 |
Color Harmonies of #AFBA14
Complementary color
Monochromatic Colors of #AFBA14
Black with #AFBA14
Text Example
Text Example
White with #AFBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA14; }
p { color: rgb(175,186,20); }
H1.HeaderClassName
{
color: #AFBA14;
}
.AnyTagClassName
{
color: #AFBA14;
}
</style>
background-color css
<style>
a { background-color: #AFBA14; }
a { background-color: rgb(175,186,20); }
div.DivClassName
{
background-color: #AFBA14;
}
.BgClassName
{
background-color: #AFBA14;
}
</style>
border-color css
<style>
span { border-color: #AFBA14; }
span { border-color: rgb(175,186,20); }
td.TdClassName
{
border-color: #AFBA14;
}
.TagClassName
{
border-color: #AFBA14;
}
</style>