Shades of Bahia #AFC116
Tints of Bahia #AFC116
RGB
CMYK
RGB Variations
Color information
#AFC116 (or 0xAFC116) is known color: Bahia. HEX triplet: AF, C1 and 16. RGB value is (175,193,22). Sum of RGB (Red+Green+Blue) = 175+193+22=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC116 is #503EE9. Grayscale: #A8A8A8. Windows color (decimal): -5258986 or 1491375. OLE color: 1491375.
HSL color Cylindrical-coordinate representation of color #AFC116: hue angle of 66.32º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFC116 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 22 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.24 |
| HSL | 66.32º | 0.8% | 0.42% | - |
| HSV(B) | 66.32º | 0.89% | 0.76% | - |
| XYZ | 36.89 | 47.31 | 7.95 | - |
| YUV | 168.12 | 45.54 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 22 | 0.09 | 0 | 0.89 | 0.24 | 66.32 | 0.8 | 0.42 |
| Hex | AF | C1 | 16 | 9 | 0 | 59 | 18 | 42 | 50 | 2A |
| Octal | 257 | 301 | 26 | 11 | 0 | 131 | 30 | 102 | 120 | 52 |
| Binary | 10101111 | 11000001 | 10110 | 1001 | 0 | 1011001 | 11000 | 1000010 | 1010000 | 101010 |
Color Harmonies of #AFC116
Complementary color
Monochromatic Colors of #AFC116
Black with #AFC116
Text Example
Text Example
White with #AFC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC116; }
p { color: rgb(175,193,22); }
H1.HeaderClassName
{
color: #AFC116;
}
.AnyTagClassName
{
color: #AFC116;
}
</style>
background-color css
<style>
a { background-color: #AFC116; }
a { background-color: rgb(175,193,22); }
div.DivClassName
{
background-color: #AFC116;
}
.BgClassName
{
background-color: #AFC116;
}
</style>
border-color css
<style>
span { border-color: #AFC116; }
span { border-color: rgb(175,193,22); }
td.TdClassName
{
border-color: #AFC116;
}
.TagClassName
{
border-color: #AFC116;
}
</style>