Shades of Bahia #AFBC17
Tints of Bahia #AFBC17
RGB
CMYK
RGB Variations
Color information
#AFBC17 (or 0xAFBC17) is known color: Bahia. HEX triplet: AF, BC and 17. RGB value is (175,188,23). Sum of RGB (Red+Green+Blue) = 175+188+23=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC17 is #5043E8. Grayscale: #A5A5A5. Windows color (decimal): -5260265 or 1555631. OLE color: 1555631.
HSL color Cylindrical-coordinate representation of color #AFBC17: hue angle of 64.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFBC17 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 23 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.26 |
| HSL | 64.73º | 0.78% | 0.41% | - |
| HSV(B) | 64.73º | 0.88% | 0.74% | - |
| XYZ | 35.82 | 45.14 | 7.64 | - |
| YUV | 165.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 23 | 0.07 | 0 | 0.88 | 0.26 | 64.73 | 0.78 | 0.41 |
| Hex | AF | BC | 17 | 7 | 0 | 58 | 1A | 41 | 4E | 29 |
| Octal | 257 | 274 | 27 | 7 | 0 | 130 | 32 | 101 | 116 | 51 |
| Binary | 10101111 | 10111100 | 10111 | 111 | 0 | 1011000 | 11010 | 1000001 | 1001110 | 101001 |
Color Harmonies of #AFBC17
Complementary color
Monochromatic Colors of #AFBC17
Black with #AFBC17
Text Example
Text Example
White with #AFBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC17; }
p { color: rgb(175,188,23); }
H1.HeaderClassName
{
color: #AFBC17;
}
.AnyTagClassName
{
color: #AFBC17;
}
</style>
background-color css
<style>
a { background-color: #AFBC17; }
a { background-color: rgb(175,188,23); }
div.DivClassName
{
background-color: #AFBC17;
}
.BgClassName
{
background-color: #AFBC17;
}
</style>
border-color css
<style>
span { border-color: #AFBC17; }
span { border-color: rgb(175,188,23); }
td.TdClassName
{
border-color: #AFBC17;
}
.TagClassName
{
border-color: #AFBC17;
}
</style>