Shades of Bahia #A7C620
Tints of Bahia #A7C620
RGB
CMYK
RGB Variations
Color information
#A7C620 (or 0xA7C620) is known color: Bahia. HEX triplet: A7, C6 and 20. RGB value is (167,198,32). Sum of RGB (Red+Green+Blue) = 167+198+32=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C620 is #5839DF. Grayscale: #AAAAAA. Windows color (decimal): -5781984 or 2148007. OLE color: 2148007.
HSL color Cylindrical-coordinate representation of color #A7C620: hue angle of 71.2º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7C620 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 198 | 32 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.22 |
| HSL | 71.2º | 0.72% | 0.45% | - |
| HSV(B) | 71.2º | 0.84% | 0.78% | - |
| XYZ | 36.39 | 48.71 | 8.85 | - |
| YUV | 169.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 198 | 32 | 0.16 | 0 | 0.84 | 0.22 | 71.2 | 0.72 | 0.45 |
| Hex | A7 | C6 | 20 | 10 | 0 | 54 | 16 | 47 | 48 | 2D |
| Octal | 247 | 306 | 40 | 20 | 0 | 124 | 26 | 107 | 110 | 55 |
| Binary | 10100111 | 11000110 | 100000 | 10000 | 0 | 1010100 | 10110 | 1000111 | 1001000 | 101101 |
Color Harmonies of #A7C620
Complementary color
Monochromatic Colors of #A7C620
Black with #A7C620
Text Example
Text Example
White with #A7C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C620; }
p { color: rgb(167,198,32); }
H1.HeaderClassName
{
color: #A7C620;
}
.AnyTagClassName
{
color: #A7C620;
}
</style>
background-color css
<style>
a { background-color: #A7C620; }
a { background-color: rgb(167,198,32); }
div.DivClassName
{
background-color: #A7C620;
}
.BgClassName
{
background-color: #A7C620;
}
</style>
border-color css
<style>
span { border-color: #A7C620; }
span { border-color: rgb(167,198,32); }
td.TdClassName
{
border-color: #A7C620;
}
.TagClassName
{
border-color: #A7C620;
}
</style>