Shades of Bahia #A9C220
Tints of Bahia #A9C220
RGB
CMYK
RGB Variations
Color information
#A9C220 (or 0xA9C220) is known color: Bahia. HEX triplet: A9, C2 and 20. RGB value is (169,194,32). Sum of RGB (Red+Green+Blue) = 169+194+32=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C220 is #563DDF. Grayscale: #A8A8A8. Windows color (decimal): -5651936 or 2146985. OLE color: 2146985.
HSL color Cylindrical-coordinate representation of color #A9C220: hue angle of 69.26º 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 #A9C220 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 194 | 32 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.24 |
| HSL | 69.26º | 0.72% | 0.44% | - |
| HSV(B) | 69.26º | 0.84% | 0.76% | - |
| XYZ | 35.91 | 47.12 | 8.57 | - |
| YUV | 168.06 | 51.22 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 194 | 32 | 0.13 | 0 | 0.84 | 0.24 | 69.26 | 0.72 | 0.44 |
| Hex | A9 | C2 | 20 | D | 0 | 54 | 18 | 45 | 48 | 2C |
| Octal | 251 | 302 | 40 | 15 | 0 | 124 | 30 | 105 | 110 | 54 |
| Binary | 10101001 | 11000010 | 100000 | 1101 | 0 | 1010100 | 11000 | 1000101 | 1001000 | 101100 |
Color Harmonies of #A9C220
Complementary color
Monochromatic Colors of #A9C220
Black with #A9C220
Text Example
Text Example
White with #A9C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C220; }
p { color: rgb(169,194,32); }
H1.HeaderClassName
{
color: #A9C220;
}
.AnyTagClassName
{
color: #A9C220;
}
</style>
background-color css
<style>
a { background-color: #A9C220; }
a { background-color: rgb(169,194,32); }
div.DivClassName
{
background-color: #A9C220;
}
.BgClassName
{
background-color: #A9C220;
}
</style>
border-color css
<style>
span { border-color: #A9C220; }
span { border-color: rgb(169,194,32); }
td.TdClassName
{
border-color: #A9C220;
}
.TagClassName
{
border-color: #A9C220;
}
</style>