Shades of Bahia #A2BA28
Tints of Bahia #A2BA28
RGB
CMYK
RGB Variations
Color information
#A2BA28 (or 0xA2BA28) is known color: Bahia. HEX triplet: A2, BA and 28. RGB value is (162,186,40). Sum of RGB (Red+Green+Blue) = 162+186+40=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA28 is #5D45D7. Grayscale: #A2A2A2. Windows color (decimal): -6112728 or 2669218. OLE color: 2669218.
HSL color Cylindrical-coordinate representation of color #A2BA28: hue angle of 69.86º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2BA28 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 40 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.27 |
| HSL | 69.86º | 0.65% | 0.44% | - |
| HSV(B) | 69.86º | 0.78% | 0.73% | - |
| XYZ | 32.84 | 42.95 | 8.57 | - |
| YUV | 162.18 | 59.05 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 40 | 0.13 | 0 | 0.78 | 0.27 | 69.86 | 0.65 | 0.44 |
| Hex | A2 | BA | 28 | D | 0 | 4E | 1B | 46 | 41 | 2C |
| Octal | 242 | 272 | 50 | 15 | 0 | 116 | 33 | 106 | 101 | 54 |
| Binary | 10100010 | 10111010 | 101000 | 1101 | 0 | 1001110 | 11011 | 1000110 | 1000001 | 101100 |
Color Harmonies of #A2BA28
Complementary color
Monochromatic Colors of #A2BA28
Black with #A2BA28
Text Example
Text Example
White with #A2BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA28; }
p { color: rgb(162,186,40); }
H1.HeaderClassName
{
color: #A2BA28;
}
.AnyTagClassName
{
color: #A2BA28;
}
</style>
background-color css
<style>
a { background-color: #A2BA28; }
a { background-color: rgb(162,186,40); }
div.DivClassName
{
background-color: #A2BA28;
}
.BgClassName
{
background-color: #A2BA28;
}
</style>
border-color css
<style>
span { border-color: #A2BA28; }
span { border-color: rgb(162,186,40); }
td.TdClassName
{
border-color: #A2BA28;
}
.TagClassName
{
border-color: #A2BA28;
}
</style>