Shades of Bahia #A2BB2B
Tints of Bahia #A2BB2B
RGB
CMYK
RGB Variations
Color information
#A2BB2B (or 0xA2BB2B) is known color: Bahia. HEX triplet: A2, BB and 2B. RGB value is (162,187,43). Sum of RGB (Red+Green+Blue) = 162+187+43=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BB2B is #5D44D4. Grayscale: #A3A3A3. Windows color (decimal): -6112469 or 2866082. OLE color: 2866082.
HSL color Cylindrical-coordinate representation of color #A2BB2B: hue angle of 70.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2BB2B is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 43 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.27 |
| HSL | 70.42º | 0.63% | 0.45% | - |
| HSV(B) | 70.42º | 0.77% | 0.73% | - |
| XYZ | 33.11 | 43.4 | 8.92 | - |
| YUV | 163.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 43 | 0.13 | 0 | 0.77 | 0.27 | 70.42 | 0.63 | 0.45 |
| Hex | A2 | BB | 2B | D | 0 | 4D | 1B | 46 | 3F | 2D |
| Octal | 242 | 273 | 53 | 15 | 0 | 115 | 33 | 106 | 77 | 55 |
| Binary | 10100010 | 10111011 | 101011 | 1101 | 0 | 1001101 | 11011 | 1000110 | 111111 | 101101 |
Color Harmonies of #A2BB2B
Complementary color
Monochromatic Colors of #A2BB2B
Black with #A2BB2B
Text Example
Text Example
White with #A2BB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BB2B; }
p { color: rgb(162,187,43); }
H1.HeaderClassName
{
color: #A2BB2B;
}
.AnyTagClassName
{
color: #A2BB2B;
}
</style>
background-color css
<style>
a { background-color: #A2BB2B; }
a { background-color: rgb(162,187,43); }
div.DivClassName
{
background-color: #A2BB2B;
}
.BgClassName
{
background-color: #A2BB2B;
}
</style>
border-color css
<style>
span { border-color: #A2BB2B; }
span { border-color: rgb(162,187,43); }
td.TdClassName
{
border-color: #A2BB2B;
}
.TagClassName
{
border-color: #A2BB2B;
}
</style>