Shades of Bahia #AFBC2E
Tints of Bahia #AFBC2E
RGB
CMYK
RGB Variations
Color information
#AFBC2E (or 0xAFBC2E) is known color: Bahia. HEX triplet: AF, BC and 2E. RGB value is (175,188,46). Sum of RGB (Red+Green+Blue) = 175+188+46=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC2E is #5043D1. Grayscale: #A8A8A8. Windows color (decimal): -5260242 or 3062959. OLE color: 3062959.
HSL color Cylindrical-coordinate representation of color #AFBC2E: hue angle of 65.49º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFBC2E is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 46 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.26 |
| HSL | 65.49º | 0.61% | 0.46% | - |
| HSV(B) | 65.49º | 0.76% | 0.74% | - |
| XYZ | 36.16 | 45.28 | 9.42 | - |
| YUV | 167.93 | 59.19 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 46 | 0.07 | 0 | 0.76 | 0.26 | 65.49 | 0.61 | 0.46 |
| Hex | AF | BC | 2E | 7 | 0 | 4C | 1A | 41 | 3D | 2E |
| Octal | 257 | 274 | 56 | 7 | 0 | 114 | 32 | 101 | 75 | 56 |
| Binary | 10101111 | 10111100 | 101110 | 111 | 0 | 1001100 | 11010 | 1000001 | 111101 | 101110 |
Color Harmonies of #AFBC2E
Complementary color
Monochromatic Colors of #AFBC2E
Black with #AFBC2E
Text Example
Text Example
White with #AFBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC2E; }
p { color: rgb(175,188,46); }
H1.HeaderClassName
{
color: #AFBC2E;
}
.AnyTagClassName
{
color: #AFBC2E;
}
</style>
background-color css
<style>
a { background-color: #AFBC2E; }
a { background-color: rgb(175,188,46); }
div.DivClassName
{
background-color: #AFBC2E;
}
.BgClassName
{
background-color: #AFBC2E;
}
</style>
border-color css
<style>
span { border-color: #AFBC2E; }
span { border-color: rgb(175,188,46); }
td.TdClassName
{
border-color: #AFBC2E;
}
.TagClassName
{
border-color: #AFBC2E;
}
</style>