Shades of Bahia #A7C321
Tints of Bahia #A7C321
RGB
CMYK
RGB Variations
Color information
#A7C321 (or 0xA7C321) is known color: Bahia. HEX triplet: A7, C3 and 21. RGB value is (167,195,33). Sum of RGB (Red+Green+Blue) = 167+195+33=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C321 is #583CDE. Grayscale: #A8A8A8. Windows color (decimal): -5782751 or 2212775. OLE color: 2212775.
HSL color Cylindrical-coordinate representation of color #A7C321: hue angle of 70.37º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7C321 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 195 | 33 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.24 |
| HSL | 70.37º | 0.71% | 0.45% | - |
| HSV(B) | 70.37º | 0.83% | 0.76% | - |
| XYZ | 35.73 | 47.36 | 8.7 | - |
| YUV | 168.16 | 51.72 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 33 | 0.14 | 0 | 0.83 | 0.24 | 70.37 | 0.71 | 0.45 |
| Hex | A7 | C3 | 21 | E | 0 | 53 | 18 | 46 | 47 | 2D |
| Octal | 247 | 303 | 41 | 16 | 0 | 123 | 30 | 106 | 107 | 55 |
| Binary | 10100111 | 11000011 | 100001 | 1110 | 0 | 1010011 | 11000 | 1000110 | 1000111 | 101101 |
Color Harmonies of #A7C321
Complementary color
Monochromatic Colors of #A7C321
Black with #A7C321
Text Example
Text Example
White with #A7C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C321; }
p { color: rgb(167,195,33); }
H1.HeaderClassName
{
color: #A7C321;
}
.AnyTagClassName
{
color: #A7C321;
}
</style>
background-color css
<style>
a { background-color: #A7C321; }
a { background-color: rgb(167,195,33); }
div.DivClassName
{
background-color: #A7C321;
}
.BgClassName
{
background-color: #A7C321;
}
</style>
border-color css
<style>
span { border-color: #A7C321; }
span { border-color: rgb(167,195,33); }
td.TdClassName
{
border-color: #A7C321;
}
.TagClassName
{
border-color: #A7C321;
}
</style>