Shades of Bahia #A8C220
Tints of Bahia #A8C220
RGB
CMYK
RGB Variations
Color information
#A8C220 (or 0xA8C220) is known color: Bahia. HEX triplet: A8, C2 and 20. RGB value is (168,194,32). Sum of RGB (Red+Green+Blue) = 168+194+32=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C220 is #573DDF. Grayscale: #A8A8A8. Windows color (decimal): -5717472 or 2146984. OLE color: 2146984.
HSL color Cylindrical-coordinate representation of color #A8C220: hue angle of 69.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8C220 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 32 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.24 |
| HSL | 69.63º | 0.72% | 0.44% | - |
| HSV(B) | 69.63º | 0.84% | 0.76% | - |
| XYZ | 35.7 | 47.01 | 8.56 | - |
| YUV | 167.76 | 51.39 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 32 | 0.13 | 0 | 0.84 | 0.24 | 69.63 | 0.72 | 0.44 |
| Hex | A8 | C2 | 20 | D | 0 | 54 | 18 | 46 | 48 | 2C |
| Octal | 250 | 302 | 40 | 15 | 0 | 124 | 30 | 106 | 110 | 54 |
| Binary | 10101000 | 11000010 | 100000 | 1101 | 0 | 1010100 | 11000 | 1000110 | 1001000 | 101100 |
Color Harmonies of #A8C220
Complementary color
Monochromatic Colors of #A8C220
Black with #A8C220
Text Example
Text Example
White with #A8C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C220; }
p { color: rgb(168,194,32); }
H1.HeaderClassName
{
color: #A8C220;
}
.AnyTagClassName
{
color: #A8C220;
}
</style>
background-color css
<style>
a { background-color: #A8C220; }
a { background-color: rgb(168,194,32); }
div.DivClassName
{
background-color: #A8C220;
}
.BgClassName
{
background-color: #A8C220;
}
</style>
border-color css
<style>
span { border-color: #A8C220; }
span { border-color: rgb(168,194,32); }
td.TdClassName
{
border-color: #A8C220;
}
.TagClassName
{
border-color: #A8C220;
}
</style>