Shades of Bahia #AFC113
Tints of Bahia #AFC113
RGB
CMYK
RGB Variations
Color information
#AFC113 (or 0xAFC113) is known color: Bahia. HEX triplet: AF, C1 and 13. RGB value is (175,193,19). Sum of RGB (Red+Green+Blue) = 175+193+19=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC113 is #503EEC. Grayscale: #A8A8A8. Windows color (decimal): -5258989 or 1294767. OLE color: 1294767.
HSL color Cylindrical-coordinate representation of color #AFC113: hue angle of 66.21º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFC113 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 19 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.24 |
| HSL | 66.21º | 0.82% | 0.42% | - |
| HSV(B) | 66.21º | 0.9% | 0.76% | - |
| XYZ | 36.87 | 47.3 | 7.8 | - |
| YUV | 167.78 | 44.04 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 19 | 0.09 | 0 | 0.90 | 0.24 | 66.21 | 0.82 | 0.42 |
| Hex | AF | C1 | 13 | 9 | 0 | 5A | 18 | 42 | 52 | 2A |
| Octal | 257 | 301 | 23 | 11 | 0 | 132 | 30 | 102 | 122 | 52 |
| Binary | 10101111 | 11000001 | 10011 | 1001 | 0 | 1011010 | 11000 | 1000010 | 1010010 | 101010 |
Color Harmonies of #AFC113
Complementary color
Monochromatic Colors of #AFC113
Black with #AFC113
Text Example
Text Example
White with #AFC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC113; }
p { color: rgb(175,193,19); }
H1.HeaderClassName
{
color: #AFC113;
}
.AnyTagClassName
{
color: #AFC113;
}
</style>
background-color css
<style>
a { background-color: #AFC113; }
a { background-color: rgb(175,193,19); }
div.DivClassName
{
background-color: #AFC113;
}
.BgClassName
{
background-color: #AFC113;
}
</style>
border-color css
<style>
span { border-color: #AFC113; }
span { border-color: rgb(175,193,19); }
td.TdClassName
{
border-color: #AFC113;
}
.TagClassName
{
border-color: #AFC113;
}
</style>