Shades of Bahia #AFB919
Tints of Bahia #AFB919
RGB
CMYK
RGB Variations
Color information
#AFB919 (or 0xAFB919) is known color: Bahia. HEX triplet: AF, B9 and 19. RGB value is (175,185,25). Sum of RGB (Red+Green+Blue) = 175+185+25=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB919 is #5046E6. Grayscale: #A4A4A4. Windows color (decimal): -5261031 or 1685935. OLE color: 1685935.
HSL color Cylindrical-coordinate representation of color #AFB919: hue angle of 63.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFB919 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 25 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.27 |
| HSL | 63.75º | 0.76% | 0.41% | - |
| HSV(B) | 63.75º | 0.86% | 0.73% | - |
| XYZ | 35.2 | 43.88 | 7.53 | - |
| YUV | 163.77 | 49.69 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 25 | 0.05 | 0 | 0.86 | 0.27 | 63.75 | 0.76 | 0.41 |
| Hex | AF | B9 | 19 | 5 | 0 | 56 | 1B | 40 | 4C | 29 |
| Octal | 257 | 271 | 31 | 5 | 0 | 126 | 33 | 100 | 114 | 51 |
| Binary | 10101111 | 10111001 | 11001 | 101 | 0 | 1010110 | 11011 | 1000000 | 1001100 | 101001 |
Color Harmonies of #AFB919
Complementary color
Monochromatic Colors of #AFB919
Black with #AFB919
Text Example
Text Example
White with #AFB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB919; }
p { color: rgb(175,185,25); }
H1.HeaderClassName
{
color: #AFB919;
}
.AnyTagClassName
{
color: #AFB919;
}
</style>
background-color css
<style>
a { background-color: #AFB919; }
a { background-color: rgb(175,185,25); }
div.DivClassName
{
background-color: #AFB919;
}
.BgClassName
{
background-color: #AFB919;
}
</style>
border-color css
<style>
span { border-color: #AFB919; }
span { border-color: rgb(175,185,25); }
td.TdClassName
{
border-color: #AFB919;
}
.TagClassName
{
border-color: #AFB919;
}
</style>