Shades of Bahia #A7C520
Tints of Bahia #A7C520
RGB
CMYK
RGB Variations
Color information
#A7C520 (or 0xA7C520) is known color: Bahia. HEX triplet: A7, C5 and 20. RGB value is (167,197,32). Sum of RGB (Red+Green+Blue) = 167+197+32=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C520 is #583ADF. Grayscale: #A9A9A9. Windows color (decimal): -5782240 or 2147751. OLE color: 2147751.
HSL color Cylindrical-coordinate representation of color #A7C520: hue angle of 70.91º 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 #A7C520 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 197 | 32 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.23 |
| HSL | 70.91º | 0.72% | 0.45% | - |
| HSV(B) | 70.91º | 0.84% | 0.77% | - |
| XYZ | 36.16 | 48.25 | 8.77 | - |
| YUV | 169.22 | 50.56 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 197 | 32 | 0.15 | 0 | 0.84 | 0.23 | 70.91 | 0.72 | 0.45 |
| Hex | A7 | C5 | 20 | F | 0 | 54 | 17 | 47 | 48 | 2D |
| Octal | 247 | 305 | 40 | 17 | 0 | 124 | 27 | 107 | 110 | 55 |
| Binary | 10100111 | 11000101 | 100000 | 1111 | 0 | 1010100 | 10111 | 1000111 | 1001000 | 101101 |
Color Harmonies of #A7C520
Complementary color
Monochromatic Colors of #A7C520
Black with #A7C520
Text Example
Text Example
White with #A7C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C520; }
p { color: rgb(167,197,32); }
H1.HeaderClassName
{
color: #A7C520;
}
.AnyTagClassName
{
color: #A7C520;
}
</style>
background-color css
<style>
a { background-color: #A7C520; }
a { background-color: rgb(167,197,32); }
div.DivClassName
{
background-color: #A7C520;
}
.BgClassName
{
background-color: #A7C520;
}
</style>
border-color css
<style>
span { border-color: #A7C520; }
span { border-color: rgb(167,197,32); }
td.TdClassName
{
border-color: #A7C520;
}
.TagClassName
{
border-color: #A7C520;
}
</style>