Shades of Bahia #AFC520
Tints of Bahia #AFC520
RGB
CMYK
RGB Variations
Color information
#AFC520 (or 0xAFC520) is known color: Bahia. HEX triplet: AF, C5 and 20. RGB value is (175,197,32). Sum of RGB (Red+Green+Blue) = 175+197+32=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC520 is #503ADF. Grayscale: #ACACAC. Windows color (decimal): -5257952 or 2147759. OLE color: 2147759.
HSL color Cylindrical-coordinate representation of color #AFC520: hue angle of 68º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFC520 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 32 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.23 |
| HSL | 68º | 0.72% | 0.45% | - |
| HSV(B) | 68º | 0.84% | 0.77% | - |
| XYZ | 37.91 | 49.15 | 8.86 | - |
| YUV | 171.61 | 49.21 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 32 | 0.11 | 0 | 0.84 | 0.23 | 68 | 0.72 | 0.45 |
| Hex | AF | C5 | 20 | B | 0 | 54 | 17 | 44 | 48 | 2D |
| Octal | 257 | 305 | 40 | 13 | 0 | 124 | 27 | 104 | 110 | 55 |
| Binary | 10101111 | 11000101 | 100000 | 1011 | 0 | 1010100 | 10111 | 1000100 | 1001000 | 101101 |
Color Harmonies of #AFC520
Complementary color
Monochromatic Colors of #AFC520
Black with #AFC520
Text Example
Text Example
White with #AFC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC520; }
p { color: rgb(175,197,32); }
H1.HeaderClassName
{
color: #AFC520;
}
.AnyTagClassName
{
color: #AFC520;
}
</style>
background-color css
<style>
a { background-color: #AFC520; }
a { background-color: rgb(175,197,32); }
div.DivClassName
{
background-color: #AFC520;
}
.BgClassName
{
background-color: #AFC520;
}
</style>
border-color css
<style>
span { border-color: #AFC520; }
span { border-color: rgb(175,197,32); }
td.TdClassName
{
border-color: #AFC520;
}
.TagClassName
{
border-color: #AFC520;
}
</style>