Shades of Bahia #AFB831
Tints of Bahia #AFB831
RGB
CMYK
RGB Variations
Color information
#AFB831 (or 0xAFB831) is known color: Bahia. HEX triplet: AF, B8 and 31. RGB value is (175,184,49). Sum of RGB (Red+Green+Blue) = 175+184+49=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB831 is #5047CE. Grayscale: #A6A6A6. Windows color (decimal): -5261263 or 3258543. OLE color: 3258543.
HSL color Cylindrical-coordinate representation of color #AFB831: hue angle of 64º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFB831 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 49 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.28 |
| HSL | 64º | 0.58% | 0.46% | - |
| HSV(B) | 64º | 0.73% | 0.72% | - |
| XYZ | 35.37 | 43.62 | 9.46 | - |
| YUV | 165.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 49 | 0.05 | 0 | 0.73 | 0.28 | 64 | 0.58 | 0.46 |
| Hex | AF | B8 | 31 | 5 | 0 | 49 | 1C | 40 | 3A | 2E |
| Octal | 257 | 270 | 61 | 5 | 0 | 111 | 34 | 100 | 72 | 56 |
| Binary | 10101111 | 10111000 | 110001 | 101 | 0 | 1001001 | 11100 | 1000000 | 111010 | 101110 |
Color Harmonies of #AFB831
Complementary color
Monochromatic Colors of #AFB831
Black with #AFB831
Text Example
Text Example
White with #AFB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB831; }
p { color: rgb(175,184,49); }
H1.HeaderClassName
{
color: #AFB831;
}
.AnyTagClassName
{
color: #AFB831;
}
</style>
background-color css
<style>
a { background-color: #AFB831; }
a { background-color: rgb(175,184,49); }
div.DivClassName
{
background-color: #AFB831;
}
.BgClassName
{
background-color: #AFB831;
}
</style>
border-color css
<style>
span { border-color: #AFB831; }
span { border-color: rgb(175,184,49); }
td.TdClassName
{
border-color: #AFB831;
}
.TagClassName
{
border-color: #AFB831;
}
</style>