Shades of Bahia #A7C32C
Tints of Bahia #A7C32C
RGB
CMYK
RGB Variations
Color information
#A7C32C (or 0xA7C32C) is known color: Bahia. HEX triplet: A7, C3 and 2C. RGB value is (167,195,44). Sum of RGB (Red+Green+Blue) = 167+195+44=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C32C is #583CD3. Grayscale: #A9A9A9. Windows color (decimal): -5782740 or 2933671. OLE color: 2933671.
HSL color Cylindrical-coordinate representation of color #A7C32C: hue angle of 71.13º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7C32C is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 195 | 44 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.24 |
| HSL | 71.13º | 0.63% | 0.47% | - |
| HSV(B) | 71.13º | 0.77% | 0.76% | - |
| XYZ | 35.91 | 47.43 | 9.64 | - |
| YUV | 169.41 | 57.22 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 44 | 0.14 | 0 | 0.77 | 0.24 | 71.13 | 0.63 | 0.47 |
| Hex | A7 | C3 | 2C | E | 0 | 4D | 18 | 47 | 3F | 2F |
| Octal | 247 | 303 | 54 | 16 | 0 | 115 | 30 | 107 | 77 | 57 |
| Binary | 10100111 | 11000011 | 101100 | 1110 | 0 | 1001101 | 11000 | 1000111 | 111111 | 101111 |
Color Harmonies of #A7C32C
Complementary color
Monochromatic Colors of #A7C32C
Black with #A7C32C
Text Example
Text Example
White with #A7C32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C32C; }
p { color: rgb(167,195,44); }
H1.HeaderClassName
{
color: #A7C32C;
}
.AnyTagClassName
{
color: #A7C32C;
}
</style>
background-color css
<style>
a { background-color: #A7C32C; }
a { background-color: rgb(167,195,44); }
div.DivClassName
{
background-color: #A7C32C;
}
.BgClassName
{
background-color: #A7C32C;
}
</style>
border-color css
<style>
span { border-color: #A7C32C; }
span { border-color: rgb(167,195,44); }
td.TdClassName
{
border-color: #A7C32C;
}
.TagClassName
{
border-color: #A7C32C;
}
</style>