Shades of Bahia #AFBA2B
Tints of Bahia #AFBA2B
RGB
CMYK
RGB Variations
Color information
#AFBA2B (or 0xAFBA2B) is known color: Bahia. HEX triplet: AF, BA and 2B. RGB value is (175,186,43). Sum of RGB (Red+Green+Blue) = 175+186+43=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA2B is #5045D4. Grayscale: #A6A6A6. Windows color (decimal): -5260757 or 2865839. OLE color: 2865839.
HSL color Cylindrical-coordinate representation of color #AFBA2B: hue angle of 64.62º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFBA2B is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 43 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.27 |
| HSL | 64.62º | 0.62% | 0.45% | - |
| HSV(B) | 64.62º | 0.77% | 0.73% | - |
| XYZ | 35.67 | 44.41 | 8.98 | - |
| YUV | 166.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 43 | 0.06 | 0 | 0.77 | 0.27 | 64.62 | 0.62 | 0.45 |
| Hex | AF | BA | 2B | 6 | 0 | 4D | 1B | 41 | 3E | 2D |
| Octal | 257 | 272 | 53 | 6 | 0 | 115 | 33 | 101 | 76 | 55 |
| Binary | 10101111 | 10111010 | 101011 | 110 | 0 | 1001101 | 11011 | 1000001 | 111110 | 101101 |
Color Harmonies of #AFBA2B
Complementary color
Monochromatic Colors of #AFBA2B
Black with #AFBA2B
Text Example
Text Example
White with #AFBA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA2B; }
p { color: rgb(175,186,43); }
H1.HeaderClassName
{
color: #AFBA2B;
}
.AnyTagClassName
{
color: #AFBA2B;
}
</style>
background-color css
<style>
a { background-color: #AFBA2B; }
a { background-color: rgb(175,186,43); }
div.DivClassName
{
background-color: #AFBA2B;
}
.BgClassName
{
background-color: #AFBA2B;
}
</style>
border-color css
<style>
span { border-color: #AFBA2B; }
span { border-color: rgb(175,186,43); }
td.TdClassName
{
border-color: #AFBA2B;
}
.TagClassName
{
border-color: #AFBA2B;
}
</style>