Shades of Bahia #AFBA21
Tints of Bahia #AFBA21
RGB
CMYK
RGB Variations
Color information
#AFBA21 (or 0xAFBA21) is known color: Bahia. HEX triplet: AF, BA and 21. RGB value is (175,186,33). Sum of RGB (Red+Green+Blue) = 175+186+33=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA21 is #5045DE. Grayscale: #A5A5A5. Windows color (decimal): -5260767 or 2210479. OLE color: 2210479.
HSL color Cylindrical-coordinate representation of color #AFBA21: hue angle of 64.31º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFBA21 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 33 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.27 |
| HSL | 64.31º | 0.7% | 0.43% | - |
| HSV(B) | 64.31º | 0.82% | 0.73% | - |
| XYZ | 35.51 | 44.34 | 8.13 | - |
| YUV | 165.27 | 53.36 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 33 | 0.06 | 0 | 0.82 | 0.27 | 64.31 | 0.7 | 0.43 |
| Hex | AF | BA | 21 | 6 | 0 | 52 | 1B | 40 | 46 | 2B |
| Octal | 257 | 272 | 41 | 6 | 0 | 122 | 33 | 100 | 106 | 53 |
| Binary | 10101111 | 10111010 | 100001 | 110 | 0 | 1010010 | 11011 | 1000000 | 1000110 | 101011 |
Color Harmonies of #AFBA21
Complementary color
Monochromatic Colors of #AFBA21
Black with #AFBA21
Text Example
Text Example
White with #AFBA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA21; }
p { color: rgb(175,186,33); }
H1.HeaderClassName
{
color: #AFBA21;
}
.AnyTagClassName
{
color: #AFBA21;
}
</style>
background-color css
<style>
a { background-color: #AFBA21; }
a { background-color: rgb(175,186,33); }
div.DivClassName
{
background-color: #AFBA21;
}
.BgClassName
{
background-color: #AFBA21;
}
</style>
border-color css
<style>
span { border-color: #AFBA21; }
span { border-color: rgb(175,186,33); }
td.TdClassName
{
border-color: #AFBA21;
}
.TagClassName
{
border-color: #AFBA21;
}
</style>