Shades of Bahia #A7C421
Tints of Bahia #A7C421
RGB
CMYK
RGB Variations
Color information
#A7C421 (or 0xA7C421) is known color: Bahia. HEX triplet: A7, C4 and 21. RGB value is (167,196,33). Sum of RGB (Red+Green+Blue) = 167+196+33=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C421 is #583BDE. Grayscale: #A9A9A9. Windows color (decimal): -5782495 or 2213031. OLE color: 2213031.
HSL color Cylindrical-coordinate representation of color #A7C421: hue angle of 70.67º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7C421 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 196 | 33 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.23 |
| HSL | 70.67º | 0.71% | 0.45% | - |
| HSV(B) | 70.67º | 0.83% | 0.77% | - |
| XYZ | 35.95 | 47.81 | 8.77 | - |
| YUV | 168.75 | 51.39 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 196 | 33 | 0.15 | 0 | 0.83 | 0.23 | 70.67 | 0.71 | 0.45 |
| Hex | A7 | C4 | 21 | F | 0 | 53 | 17 | 47 | 47 | 2D |
| Octal | 247 | 304 | 41 | 17 | 0 | 123 | 27 | 107 | 107 | 55 |
| Binary | 10100111 | 11000100 | 100001 | 1111 | 0 | 1010011 | 10111 | 1000111 | 1000111 | 101101 |
Color Harmonies of #A7C421
Complementary color
Monochromatic Colors of #A7C421
Black with #A7C421
Text Example
Text Example
White with #A7C421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C421; }
p { color: rgb(167,196,33); }
H1.HeaderClassName
{
color: #A7C421;
}
.AnyTagClassName
{
color: #A7C421;
}
</style>
background-color css
<style>
a { background-color: #A7C421; }
a { background-color: rgb(167,196,33); }
div.DivClassName
{
background-color: #A7C421;
}
.BgClassName
{
background-color: #A7C421;
}
</style>
border-color css
<style>
span { border-color: #A7C421; }
span { border-color: rgb(167,196,33); }
td.TdClassName
{
border-color: #A7C421;
}
.TagClassName
{
border-color: #A7C421;
}
</style>