Shades of Bahia #AFBA1B
Tints of Bahia #AFBA1B
RGB
CMYK
RGB Variations
Color information
#AFBA1B (or 0xAFBA1B) is known color: Bahia. HEX triplet: AF, BA and 1B. RGB value is (175,186,27). Sum of RGB (Red+Green+Blue) = 175+186+27=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA1B is #5045E4. Grayscale: #A5A5A5. Windows color (decimal): -5260773 or 1817263. OLE color: 1817263.
HSL color Cylindrical-coordinate representation of color #AFBA1B: hue angle of 64.15º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFBA1B is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 27 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.27 |
| HSL | 64.15º | 0.75% | 0.42% | - |
| HSV(B) | 64.15º | 0.85% | 0.73% | - |
| XYZ | 35.44 | 44.31 | 7.72 | - |
| YUV | 164.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 27 | 0.06 | 0 | 0.85 | 0.27 | 64.15 | 0.75 | 0.42 |
| Hex | AF | BA | 1B | 6 | 0 | 55 | 1B | 40 | 4B | 2A |
| Octal | 257 | 272 | 33 | 6 | 0 | 125 | 33 | 100 | 113 | 52 |
| Binary | 10101111 | 10111010 | 11011 | 110 | 0 | 1010101 | 11011 | 1000000 | 1001011 | 101010 |
Color Harmonies of #AFBA1B
Complementary color
Monochromatic Colors of #AFBA1B
Black with #AFBA1B
Text Example
Text Example
White with #AFBA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA1B; }
p { color: rgb(175,186,27); }
H1.HeaderClassName
{
color: #AFBA1B;
}
.AnyTagClassName
{
color: #AFBA1B;
}
</style>
background-color css
<style>
a { background-color: #AFBA1B; }
a { background-color: rgb(175,186,27); }
div.DivClassName
{
background-color: #AFBA1B;
}
.BgClassName
{
background-color: #AFBA1B;
}
</style>
border-color css
<style>
span { border-color: #AFBA1B; }
span { border-color: rgb(175,186,27); }
td.TdClassName
{
border-color: #AFBA1B;
}
.TagClassName
{
border-color: #AFBA1B;
}
</style>