Shades of Bahia #AFC531
Tints of Bahia #AFC531
RGB
CMYK
RGB Variations
Color information
#AFC531 (or 0xAFC531) is known color: Bahia. HEX triplet: AF, C5 and 31. RGB value is (175,197,49). Sum of RGB (Red+Green+Blue) = 175+197+49=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC531 is #503ACE. Grayscale: #AEAEAE. Windows color (decimal): -5257935 or 3261871. OLE color: 3261871.
HSL color Cylindrical-coordinate representation of color #AFC531: hue angle of 68.92º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFC531 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 49 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.23 |
| HSL | 68.92º | 0.6% | 0.48% | - |
| HSV(B) | 68.92º | 0.75% | 0.77% | - |
| XYZ | 38.2 | 49.27 | 10.4 | - |
| YUV | 173.55 | 57.71 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 49 | 0.11 | 0 | 0.75 | 0.23 | 68.92 | 0.6 | 0.48 |
| Hex | AF | C5 | 31 | B | 0 | 4B | 17 | 45 | 3C | 30 |
| Octal | 257 | 305 | 61 | 13 | 0 | 113 | 27 | 105 | 74 | 60 |
| Binary | 10101111 | 11000101 | 110001 | 1011 | 0 | 1001011 | 10111 | 1000101 | 111100 | 110000 |
Color Harmonies of #AFC531
Complementary color
Monochromatic Colors of #AFC531
Black with #AFC531
Text Example
Text Example
White with #AFC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC531; }
p { color: rgb(175,197,49); }
H1.HeaderClassName
{
color: #AFC531;
}
.AnyTagClassName
{
color: #AFC531;
}
</style>
background-color css
<style>
a { background-color: #AFC531; }
a { background-color: rgb(175,197,49); }
div.DivClassName
{
background-color: #AFC531;
}
.BgClassName
{
background-color: #AFC531;
}
</style>
border-color css
<style>
span { border-color: #AFC531; }
span { border-color: rgb(175,197,49); }
td.TdClassName
{
border-color: #AFC531;
}
.TagClassName
{
border-color: #AFC531;
}
</style>