Shades of Bahia #AFBA33
Tints of Bahia #AFBA33
RGB
CMYK
RGB Variations
Color information
#AFBA33 (or 0xAFBA33) is known color: Bahia. HEX triplet: AF, BA and 33. RGB value is (175,186,51). Sum of RGB (Red+Green+Blue) = 175+186+51=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA33 is #5045CC. Grayscale: #A7A7A7. Windows color (decimal): -5260749 or 3390127. OLE color: 3390127.
HSL color Cylindrical-coordinate representation of color #AFBA33: hue angle of 64.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFBA33 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 51 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.27 |
| HSL | 64.89º | 0.57% | 0.46% | - |
| HSV(B) | 64.89º | 0.73% | 0.73% | - |
| XYZ | 35.84 | 44.47 | 9.83 | - |
| YUV | 167.32 | 62.36 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 51 | 0.06 | 0 | 0.73 | 0.27 | 64.89 | 0.57 | 0.46 |
| Hex | AF | BA | 33 | 6 | 0 | 49 | 1B | 41 | 39 | 2E |
| Octal | 257 | 272 | 63 | 6 | 0 | 111 | 33 | 101 | 71 | 56 |
| Binary | 10101111 | 10111010 | 110011 | 110 | 0 | 1001001 | 11011 | 1000001 | 111001 | 101110 |
Color Harmonies of #AFBA33
Complementary color
Monochromatic Colors of #AFBA33
Black with #AFBA33
Text Example
Text Example
White with #AFBA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA33; }
p { color: rgb(175,186,51); }
H1.HeaderClassName
{
color: #AFBA33;
}
.AnyTagClassName
{
color: #AFBA33;
}
</style>
background-color css
<style>
a { background-color: #AFBA33; }
a { background-color: rgb(175,186,51); }
div.DivClassName
{
background-color: #AFBA33;
}
.BgClassName
{
background-color: #AFBA33;
}
</style>
border-color css
<style>
span { border-color: #AFBA33; }
span { border-color: rgb(175,186,51); }
td.TdClassName
{
border-color: #AFBA33;
}
.TagClassName
{
border-color: #AFBA33;
}
</style>