Shades of Bahia #AFBC2F
Tints of Bahia #AFBC2F
RGB
CMYK
RGB Variations
Color information
#AFBC2F (or 0xAFBC2F) is known color: Bahia. HEX triplet: AF, BC and 2F. RGB value is (175,188,47). Sum of RGB (Red+Green+Blue) = 175+188+47=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC2F is #5043D0. Grayscale: #A8A8A8. Windows color (decimal): -5260241 or 3128495. OLE color: 3128495.
HSL color Cylindrical-coordinate representation of color #AFBC2F: hue angle of 65.53º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFBC2F is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 47 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.26 |
| HSL | 65.53º | 0.6% | 0.46% | - |
| HSV(B) | 65.53º | 0.75% | 0.74% | - |
| XYZ | 36.18 | 45.29 | 9.52 | - |
| YUV | 168.04 | 59.69 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 47 | 0.07 | 0 | 0.75 | 0.26 | 65.53 | 0.6 | 0.46 |
| Hex | AF | BC | 2F | 7 | 0 | 4B | 1A | 42 | 3C | 2E |
| Octal | 257 | 274 | 57 | 7 | 0 | 113 | 32 | 102 | 74 | 56 |
| Binary | 10101111 | 10111100 | 101111 | 111 | 0 | 1001011 | 11010 | 1000010 | 111100 | 101110 |
Color Harmonies of #AFBC2F
Complementary color
Monochromatic Colors of #AFBC2F
Black with #AFBC2F
Text Example
Text Example
White with #AFBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC2F; }
p { color: rgb(175,188,47); }
H1.HeaderClassName
{
color: #AFBC2F;
}
.AnyTagClassName
{
color: #AFBC2F;
}
</style>
background-color css
<style>
a { background-color: #AFBC2F; }
a { background-color: rgb(175,188,47); }
div.DivClassName
{
background-color: #AFBC2F;
}
.BgClassName
{
background-color: #AFBC2F;
}
</style>
border-color css
<style>
span { border-color: #AFBC2F; }
span { border-color: rgb(175,188,47); }
td.TdClassName
{
border-color: #AFBC2F;
}
.TagClassName
{
border-color: #AFBC2F;
}
</style>