Shades of Bahia #AFB915
Tints of Bahia #AFB915
RGB
CMYK
RGB Variations
Color information
#AFB915 (or 0xAFB915) is known color: Bahia. HEX triplet: AF, B9 and 15. RGB value is (175,185,21). Sum of RGB (Red+Green+Blue) = 175+185+21=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB915 is #5046EA. Grayscale: #A3A3A3. Windows color (decimal): -5261035 or 1423791. OLE color: 1423791.
HSL color Cylindrical-coordinate representation of color #AFB915: hue angle of 63.66º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFB915 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 21 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.27 |
| HSL | 63.66º | 0.8% | 0.4% | - |
| HSV(B) | 63.66º | 0.89% | 0.73% | - |
| XYZ | 35.16 | 43.87 | 7.32 | - |
| YUV | 163.31 | 47.69 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 21 | 0.05 | 0 | 0.89 | 0.27 | 63.66 | 0.8 | 0.4 |
| Hex | AF | B9 | 15 | 5 | 0 | 59 | 1B | 40 | 50 | 28 |
| Octal | 257 | 271 | 25 | 5 | 0 | 131 | 33 | 100 | 120 | 50 |
| Binary | 10101111 | 10111001 | 10101 | 101 | 0 | 1011001 | 11011 | 1000000 | 1010000 | 101000 |
Color Harmonies of #AFB915
Complementary color
Monochromatic Colors of #AFB915
Black with #AFB915
Text Example
Text Example
White with #AFB915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB915; }
p { color: rgb(175,185,21); }
H1.HeaderClassName
{
color: #AFB915;
}
.AnyTagClassName
{
color: #AFB915;
}
</style>
background-color css
<style>
a { background-color: #AFB915; }
a { background-color: rgb(175,185,21); }
div.DivClassName
{
background-color: #AFB915;
}
.BgClassName
{
background-color: #AFB915;
}
</style>
border-color css
<style>
span { border-color: #AFB915; }
span { border-color: rgb(175,185,21); }
td.TdClassName
{
border-color: #AFB915;
}
.TagClassName
{
border-color: #AFB915;
}
</style>