Shades of Bahia #AFC219
Tints of Bahia #AFC219
RGB
CMYK
RGB Variations
Color information
#AFC219 (or 0xAFC219) is known color: Bahia. HEX triplet: AF, C2 and 19. RGB value is (175,194,25). Sum of RGB (Red+Green+Blue) = 175+194+25=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC219 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC219 is #503DE6. Grayscale: #A9A9A9. Windows color (decimal): -5258727 or 1688239. OLE color: 1688239.
HSL color Cylindrical-coordinate representation of color #AFC219: hue angle of 66.75º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFC219 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 25 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.24 |
| HSL | 66.75º | 0.77% | 0.43% | - |
| HSV(B) | 66.75º | 0.87% | 0.76% | - |
| XYZ | 37.15 | 47.77 | 8.18 | - |
| YUV | 169.05 | 46.71 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 25 | 0.10 | 0 | 0.87 | 0.24 | 66.75 | 0.77 | 0.43 |
| Hex | AF | C2 | 19 | A | 0 | 57 | 18 | 43 | 4D | 2B |
| Octal | 257 | 302 | 31 | 12 | 0 | 127 | 30 | 103 | 115 | 53 |
| Binary | 10101111 | 11000010 | 11001 | 1010 | 0 | 1010111 | 11000 | 1000011 | 1001101 | 101011 |
Color Harmonies of #AFC219
Complementary color
Monochromatic Colors of #AFC219
Black with #AFC219
Text Example
Text Example
White with #AFC219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC219; }
p { color: rgb(175,194,25); }
H1.HeaderClassName
{
color: #AFC219;
}
.AnyTagClassName
{
color: #AFC219;
}
</style>
background-color css
<style>
a { background-color: #AFC219; }
a { background-color: rgb(175,194,25); }
div.DivClassName
{
background-color: #AFC219;
}
.BgClassName
{
background-color: #AFC219;
}
</style>
border-color css
<style>
span { border-color: #AFC219; }
span { border-color: rgb(175,194,25); }
td.TdClassName
{
border-color: #AFC219;
}
.TagClassName
{
border-color: #AFC219;
}
</style>