Shades of Bahia #A8C420
Tints of Bahia #A8C420
RGB
CMYK
RGB Variations
Color information
#A8C420 (or 0xA8C420) is known color: Bahia. HEX triplet: A8, C4 and 20. RGB value is (168,196,32). Sum of RGB (Red+Green+Blue) = 168+196+32=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C420 is #573BDF. Grayscale: #A9A9A9. Windows color (decimal): -5716960 or 2147496. OLE color: 2147496.
HSL color Cylindrical-coordinate representation of color #A8C420: hue angle of 70.24º 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 #A8C420 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 32 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.23 |
| HSL | 70.24º | 0.72% | 0.45% | - |
| HSV(B) | 70.24º | 0.84% | 0.77% | - |
| XYZ | 36.15 | 47.91 | 8.71 | - |
| YUV | 168.93 | 50.72 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 32 | 0.14 | 0 | 0.84 | 0.23 | 70.24 | 0.72 | 0.45 |
| Hex | A8 | C4 | 20 | E | 0 | 54 | 17 | 46 | 48 | 2D |
| Octal | 250 | 304 | 40 | 16 | 0 | 124 | 27 | 106 | 110 | 55 |
| Binary | 10101000 | 11000100 | 100000 | 1110 | 0 | 1010100 | 10111 | 1000110 | 1001000 | 101101 |
Color Harmonies of #A8C420
Complementary color
Monochromatic Colors of #A8C420
Black with #A8C420
Text Example
Text Example
White with #A8C420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C420; }
p { color: rgb(168,196,32); }
H1.HeaderClassName
{
color: #A8C420;
}
.AnyTagClassName
{
color: #A8C420;
}
</style>
background-color css
<style>
a { background-color: #A8C420; }
a { background-color: rgb(168,196,32); }
div.DivClassName
{
background-color: #A8C420;
}
.BgClassName
{
background-color: #A8C420;
}
</style>
border-color css
<style>
span { border-color: #A8C420; }
span { border-color: rgb(168,196,32); }
td.TdClassName
{
border-color: #A8C420;
}
.TagClassName
{
border-color: #A8C420;
}
</style>