Shades of Bahia #AFC117
Tints of Bahia #AFC117
RGB
CMYK
RGB Variations
Color information
#AFC117 (or 0xAFC117) is known color: Bahia. HEX triplet: AF, C1 and 17. RGB value is (175,193,23). Sum of RGB (Red+Green+Blue) = 175+193+23=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC117 is #503EE8. Grayscale: #A8A8A8. Windows color (decimal): -5258985 or 1556911. OLE color: 1556911.
HSL color Cylindrical-coordinate representation of color #AFC117: hue angle of 66.35º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFC117 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 23 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.24 |
| HSL | 66.35º | 0.79% | 0.42% | - |
| HSV(B) | 66.35º | 0.88% | 0.76% | - |
| XYZ | 36.9 | 47.32 | 8 | - |
| YUV | 168.24 | 46.04 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 23 | 0.09 | 0 | 0.88 | 0.24 | 66.35 | 0.79 | 0.42 |
| Hex | AF | C1 | 17 | 9 | 0 | 58 | 18 | 42 | 4F | 2A |
| Octal | 257 | 301 | 27 | 11 | 0 | 130 | 30 | 102 | 117 | 52 |
| Binary | 10101111 | 11000001 | 10111 | 1001 | 0 | 1011000 | 11000 | 1000010 | 1001111 | 101010 |
Color Harmonies of #AFC117
Complementary color
Monochromatic Colors of #AFC117
Black with #AFC117
Text Example
Text Example
White with #AFC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC117; }
p { color: rgb(175,193,23); }
H1.HeaderClassName
{
color: #AFC117;
}
.AnyTagClassName
{
color: #AFC117;
}
</style>
background-color css
<style>
a { background-color: #AFC117; }
a { background-color: rgb(175,193,23); }
div.DivClassName
{
background-color: #AFC117;
}
.BgClassName
{
background-color: #AFC117;
}
</style>
border-color css
<style>
span { border-color: #AFC117; }
span { border-color: rgb(175,193,23); }
td.TdClassName
{
border-color: #AFC117;
}
.TagClassName
{
border-color: #AFC117;
}
</style>