Shades of Bahia #AFBA25
Tints of Bahia #AFBA25
RGB
CMYK
RGB Variations
Color information
#AFBA25 (or 0xAFBA25) is known color: Bahia. HEX triplet: AF, BA and 25. RGB value is (175,186,37). Sum of RGB (Red+Green+Blue) = 175+186+37=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA25 is #5045DA. Grayscale: #A6A6A6. Windows color (decimal): -5260763 or 2472623. OLE color: 2472623.
HSL color Cylindrical-coordinate representation of color #AFBA25: hue angle of 64.43º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFBA25 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 37 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.27 |
| HSL | 64.43º | 0.67% | 0.44% | - |
| HSV(B) | 64.43º | 0.8% | 0.73% | - |
| XYZ | 35.57 | 44.37 | 8.44 | - |
| YUV | 165.73 | 55.36 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 37 | 0.06 | 0 | 0.80 | 0.27 | 64.43 | 0.67 | 0.44 |
| Hex | AF | BA | 25 | 6 | 0 | 50 | 1B | 40 | 43 | 2C |
| Octal | 257 | 272 | 45 | 6 | 0 | 120 | 33 | 100 | 103 | 54 |
| Binary | 10101111 | 10111010 | 100101 | 110 | 0 | 1010000 | 11011 | 1000000 | 1000011 | 101100 |
Color Harmonies of #AFBA25
Complementary color
Monochromatic Colors of #AFBA25
Black with #AFBA25
Text Example
Text Example
White with #AFBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA25; }
p { color: rgb(175,186,37); }
H1.HeaderClassName
{
color: #AFBA25;
}
.AnyTagClassName
{
color: #AFBA25;
}
</style>
background-color css
<style>
a { background-color: #AFBA25; }
a { background-color: rgb(175,186,37); }
div.DivClassName
{
background-color: #AFBA25;
}
.BgClassName
{
background-color: #AFBA25;
}
</style>
border-color css
<style>
span { border-color: #AFBA25; }
span { border-color: rgb(175,186,37); }
td.TdClassName
{
border-color: #AFBA25;
}
.TagClassName
{
border-color: #AFBA25;
}
</style>