Shades of Bahia #AFBC2C
Tints of Bahia #AFBC2C
RGB
CMYK
RGB Variations
Color information
#AFBC2C (or 0xAFBC2C) is known color: Bahia. HEX triplet: AF, BC and 2C. RGB value is (175,188,44). Sum of RGB (Red+Green+Blue) = 175+188+44=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC2C is #5043D3. Grayscale: #A8A8A8. Windows color (decimal): -5260244 or 2931887. OLE color: 2931887.
HSL color Cylindrical-coordinate representation of color #AFBC2C: hue angle of 65.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFBC2C is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 44 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.26 |
| HSL | 65.42º | 0.62% | 0.45% | - |
| HSV(B) | 65.42º | 0.77% | 0.74% | - |
| XYZ | 36.12 | 45.26 | 9.22 | - |
| YUV | 167.7 | 58.19 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 44 | 0.07 | 0 | 0.77 | 0.26 | 65.42 | 0.62 | 0.45 |
| Hex | AF | BC | 2C | 7 | 0 | 4D | 1A | 41 | 3E | 2D |
| Octal | 257 | 274 | 54 | 7 | 0 | 115 | 32 | 101 | 76 | 55 |
| Binary | 10101111 | 10111100 | 101100 | 111 | 0 | 1001101 | 11010 | 1000001 | 111110 | 101101 |
Color Harmonies of #AFBC2C
Complementary color
Monochromatic Colors of #AFBC2C
Black with #AFBC2C
Text Example
Text Example
White with #AFBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC2C; }
p { color: rgb(175,188,44); }
H1.HeaderClassName
{
color: #AFBC2C;
}
.AnyTagClassName
{
color: #AFBC2C;
}
</style>
background-color css
<style>
a { background-color: #AFBC2C; }
a { background-color: rgb(175,188,44); }
div.DivClassName
{
background-color: #AFBC2C;
}
.BgClassName
{
background-color: #AFBC2C;
}
</style>
border-color css
<style>
span { border-color: #AFBC2C; }
span { border-color: rgb(175,188,44); }
td.TdClassName
{
border-color: #AFBC2C;
}
.TagClassName
{
border-color: #AFBC2C;
}
</style>