Shades of Bahia #AFBA1E
Tints of Bahia #AFBA1E
RGB
CMYK
RGB Variations
Color information
#AFBA1E (or 0xAFBA1E) is known color: Bahia. HEX triplet: AF, BA and 1E. RGB value is (175,186,30). Sum of RGB (Red+Green+Blue) = 175+186+30=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA1E is #5045E1. Grayscale: #A5A5A5. Windows color (decimal): -5260770 or 2013871. OLE color: 2013871.
HSL color Cylindrical-coordinate representation of color #AFBA1E: hue angle of 64.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFBA1E is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 30 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.27 |
| HSL | 64.23º | 0.72% | 0.42% | - |
| HSV(B) | 64.23º | 0.84% | 0.73% | - |
| XYZ | 35.47 | 44.33 | 7.91 | - |
| YUV | 164.93 | 51.86 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 30 | 0.06 | 0 | 0.84 | 0.27 | 64.23 | 0.72 | 0.42 |
| Hex | AF | BA | 1E | 6 | 0 | 54 | 1B | 40 | 48 | 2A |
| Octal | 257 | 272 | 36 | 6 | 0 | 124 | 33 | 100 | 110 | 52 |
| Binary | 10101111 | 10111010 | 11110 | 110 | 0 | 1010100 | 11011 | 1000000 | 1001000 | 101010 |
Color Harmonies of #AFBA1E
Complementary color
Monochromatic Colors of #AFBA1E
Black with #AFBA1E
Text Example
Text Example
White with #AFBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA1E; }
p { color: rgb(175,186,30); }
H1.HeaderClassName
{
color: #AFBA1E;
}
.AnyTagClassName
{
color: #AFBA1E;
}
</style>
background-color css
<style>
a { background-color: #AFBA1E; }
a { background-color: rgb(175,186,30); }
div.DivClassName
{
background-color: #AFBA1E;
}
.BgClassName
{
background-color: #AFBA1E;
}
</style>
border-color css
<style>
span { border-color: #AFBA1E; }
span { border-color: rgb(175,186,30); }
td.TdClassName
{
border-color: #AFBA1E;
}
.TagClassName
{
border-color: #AFBA1E;
}
</style>