Shades of Bahia #AFBA15
Tints of Bahia #AFBA15
RGB
CMYK
RGB Variations
Color information
#AFBA15 (or 0xAFBA15) is known color: Bahia. HEX triplet: AF, BA and 15. RGB value is (175,186,21). Sum of RGB (Red+Green+Blue) = 175+186+21=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBA15 is #5045EA. Grayscale: #A4A4A4. Windows color (decimal): -5260779 or 1424047. OLE color: 1424047.
HSL color Cylindrical-coordinate representation of color #AFBA15: hue angle of 64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFBA15 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 21 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.27 |
| HSL | 64º | 0.8% | 0.41% | - |
| HSV(B) | 64º | 0.89% | 0.73% | - |
| XYZ | 35.37 | 44.29 | 7.39 | - |
| YUV | 163.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 21 | 0.06 | 0 | 0.89 | 0.27 | 64 | 0.8 | 0.41 |
| Hex | AF | BA | 15 | 6 | 0 | 59 | 1B | 40 | 50 | 29 |
| Octal | 257 | 272 | 25 | 6 | 0 | 131 | 33 | 100 | 120 | 51 |
| Binary | 10101111 | 10111010 | 10101 | 110 | 0 | 1011001 | 11011 | 1000000 | 1010000 | 101001 |
Color Harmonies of #AFBA15
Complementary color
Monochromatic Colors of #AFBA15
Black with #AFBA15
Text Example
Text Example
White with #AFBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA15; }
p { color: rgb(175,186,21); }
H1.HeaderClassName
{
color: #AFBA15;
}
.AnyTagClassName
{
color: #AFBA15;
}
</style>
background-color css
<style>
a { background-color: #AFBA15; }
a { background-color: rgb(175,186,21); }
div.DivClassName
{
background-color: #AFBA15;
}
.BgClassName
{
background-color: #AFBA15;
}
</style>
border-color css
<style>
span { border-color: #AFBA15; }
span { border-color: rgb(175,186,21); }
td.TdClassName
{
border-color: #AFBA15;
}
.TagClassName
{
border-color: #AFBA15;
}
</style>