Shades of Bahia #A2BB2C
Tints of Bahia #A2BB2C
RGB
CMYK
RGB Variations
Color information
#A2BB2C (or 0xA2BB2C) is known color: Bahia. HEX triplet: A2, BB and 2C. RGB value is (162,187,44). Sum of RGB (Red+Green+Blue) = 162+187+44=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BB2C is #5D44D3. Grayscale: #A3A3A3. Windows color (decimal): -6112468 or 2931618. OLE color: 2931618.
HSL color Cylindrical-coordinate representation of color #A2BB2C: hue angle of 70.49º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2BB2C is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 44 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.27 |
| HSL | 70.49º | 0.62% | 0.45% | - |
| HSV(B) | 70.49º | 0.76% | 0.73% | - |
| XYZ | 33.13 | 43.4 | 9.01 | - |
| YUV | 163.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 44 | 0.13 | 0 | 0.76 | 0.27 | 70.49 | 0.62 | 0.45 |
| Hex | A2 | BB | 2C | D | 0 | 4C | 1B | 46 | 3E | 2D |
| Octal | 242 | 273 | 54 | 15 | 0 | 114 | 33 | 106 | 76 | 55 |
| Binary | 10100010 | 10111011 | 101100 | 1101 | 0 | 1001100 | 11011 | 1000110 | 111110 | 101101 |
Color Harmonies of #A2BB2C
Complementary color
Monochromatic Colors of #A2BB2C
Black with #A2BB2C
Text Example
Text Example
White with #A2BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BB2C; }
p { color: rgb(162,187,44); }
H1.HeaderClassName
{
color: #A2BB2C;
}
.AnyTagClassName
{
color: #A2BB2C;
}
</style>
background-color css
<style>
a { background-color: #A2BB2C; }
a { background-color: rgb(162,187,44); }
div.DivClassName
{
background-color: #A2BB2C;
}
.BgClassName
{
background-color: #A2BB2C;
}
</style>
border-color css
<style>
span { border-color: #A2BB2C; }
span { border-color: rgb(162,187,44); }
td.TdClassName
{
border-color: #A2BB2C;
}
.TagClassName
{
border-color: #A2BB2C;
}
</style>