Shades of Bahia #AFBC31
Tints of Bahia #AFBC31
RGB
CMYK
RGB Variations
Color information
#AFBC31 (or 0xAFBC31) is known color: Bahia. HEX triplet: AF, BC and 31. RGB value is (175,188,49). Sum of RGB (Red+Green+Blue) = 175+188+49=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC31 is #5043CE. Grayscale: #A8A8A8. Windows color (decimal): -5260239 or 3259567. OLE color: 3259567.
HSL color Cylindrical-coordinate representation of color #AFBC31: hue angle of 65.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFBC31 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 49 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.26 |
| HSL | 65.61º | 0.59% | 0.46% | - |
| HSV(B) | 65.61º | 0.74% | 0.74% | - |
| XYZ | 36.22 | 45.3 | 9.74 | - |
| YUV | 168.27 | 60.69 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 49 | 0.07 | 0 | 0.74 | 0.26 | 65.61 | 0.59 | 0.46 |
| Hex | AF | BC | 31 | 7 | 0 | 4A | 1A | 42 | 3B | 2E |
| Octal | 257 | 274 | 61 | 7 | 0 | 112 | 32 | 102 | 73 | 56 |
| Binary | 10101111 | 10111100 | 110001 | 111 | 0 | 1001010 | 11010 | 1000010 | 111011 | 101110 |
Color Harmonies of #AFBC31
Complementary color
Monochromatic Colors of #AFBC31
Black with #AFBC31
Text Example
Text Example
White with #AFBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC31; }
p { color: rgb(175,188,49); }
H1.HeaderClassName
{
color: #AFBC31;
}
.AnyTagClassName
{
color: #AFBC31;
}
</style>
background-color css
<style>
a { background-color: #AFBC31; }
a { background-color: rgb(175,188,49); }
div.DivClassName
{
background-color: #AFBC31;
}
.BgClassName
{
background-color: #AFBC31;
}
</style>
border-color css
<style>
span { border-color: #AFBC31; }
span { border-color: rgb(175,188,49); }
td.TdClassName
{
border-color: #AFBC31;
}
.TagClassName
{
border-color: #AFBC31;
}
</style>