Shades of Bahia #AFB931
Tints of Bahia #AFB931
RGB
CMYK
RGB Variations
Color information
#AFB931 (or 0xAFB931) is known color: Bahia. HEX triplet: AF, B9 and 31. RGB value is (175,185,49). Sum of RGB (Red+Green+Blue) = 175+185+49=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB931 is #5046CE. Grayscale: #A7A7A7. Windows color (decimal): -5261007 or 3258799. OLE color: 3258799.
HSL color Cylindrical-coordinate representation of color #AFB931: hue angle of 64.41º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFB931 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 49 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.27 |
| HSL | 64.41º | 0.58% | 0.46% | - |
| HSV(B) | 64.41º | 0.74% | 0.73% | - |
| XYZ | 35.58 | 44.03 | 9.53 | - |
| YUV | 166.51 | 61.69 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 49 | 0.05 | 0 | 0.74 | 0.27 | 64.41 | 0.58 | 0.46 |
| Hex | AF | B9 | 31 | 5 | 0 | 4A | 1B | 40 | 3A | 2E |
| Octal | 257 | 271 | 61 | 5 | 0 | 112 | 33 | 100 | 72 | 56 |
| Binary | 10101111 | 10111001 | 110001 | 101 | 0 | 1001010 | 11011 | 1000000 | 111010 | 101110 |
Color Harmonies of #AFB931
Complementary color
Monochromatic Colors of #AFB931
Black with #AFB931
Text Example
Text Example
White with #AFB931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB931; }
p { color: rgb(175,185,49); }
H1.HeaderClassName
{
color: #AFB931;
}
.AnyTagClassName
{
color: #AFB931;
}
</style>
background-color css
<style>
a { background-color: #AFB931; }
a { background-color: rgb(175,185,49); }
div.DivClassName
{
background-color: #AFB931;
}
.BgClassName
{
background-color: #AFB931;
}
</style>
border-color css
<style>
span { border-color: #AFB931; }
span { border-color: rgb(175,185,49); }
td.TdClassName
{
border-color: #AFB931;
}
.TagClassName
{
border-color: #AFB931;
}
</style>