Shades of Bahia #A2B21C
Tints of Bahia #A2B21C
RGB
CMYK
RGB Variations
Color information
#A2B21C (or 0xA2B21C) is known color: Bahia. HEX triplet: A2, B2 and 1C. RGB value is (162,178,28). Sum of RGB (Red+Green+Blue) = 162+178+28=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B21C is #5D4DE3. Grayscale: #9C9C9C. Windows color (decimal): -6114788 or 1880738. OLE color: 1880738.
HSL color Cylindrical-coordinate representation of color #A2B21C: hue angle of 66.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2B21C is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 28 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.30 |
| HSL | 66.4º | 0.73% | 0.4% | - |
| HSV(B) | 66.4º | 0.84% | 0.7% | - |
| XYZ | 31.03 | 39.61 | 7.11 | - |
| YUV | 156.12 | 55.7 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 28 | 0.09 | 0 | 0.84 | 0.30 | 66.4 | 0.73 | 0.4 |
| Hex | A2 | B2 | 1C | 9 | 0 | 54 | 1E | 42 | 49 | 28 |
| Octal | 242 | 262 | 34 | 11 | 0 | 124 | 36 | 102 | 111 | 50 |
| Binary | 10100010 | 10110010 | 11100 | 1001 | 0 | 1010100 | 11110 | 1000010 | 1001001 | 101000 |
Color Harmonies of #A2B21C
Complementary color
Monochromatic Colors of #A2B21C
Black with #A2B21C
Text Example
Text Example
White with #A2B21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B21C; }
p { color: rgb(162,178,28); }
H1.HeaderClassName
{
color: #A2B21C;
}
.AnyTagClassName
{
color: #A2B21C;
}
</style>
background-color css
<style>
a { background-color: #A2B21C; }
a { background-color: rgb(162,178,28); }
div.DivClassName
{
background-color: #A2B21C;
}
.BgClassName
{
background-color: #A2B21C;
}
</style>
border-color css
<style>
span { border-color: #A2B21C; }
span { border-color: rgb(162,178,28); }
td.TdClassName
{
border-color: #A2B21C;
}
.TagClassName
{
border-color: #A2B21C;
}
</style>