Shades of Bahia #A2B72C
Tints of Bahia #A2B72C
RGB
CMYK
RGB Variations
Color information
#A2B72C (or 0xA2B72C) is known color: Bahia. HEX triplet: A2, B7 and 2C. RGB value is (162,183,44). Sum of RGB (Red+Green+Blue) = 162+183+44=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B72C is #5D48D3. Grayscale: #A1A1A1. Windows color (decimal): -6113492 or 2930594. OLE color: 2930594.
HSL color Cylindrical-coordinate representation of color #A2B72C: hue angle of 69.06º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2B72C is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 44 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.28 |
| HSL | 69.06º | 0.61% | 0.45% | - |
| HSV(B) | 69.06º | 0.76% | 0.72% | - |
| XYZ | 32.29 | 41.73 | 8.74 | - |
| YUV | 160.88 | 62.04 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 44 | 0.11 | 0 | 0.76 | 0.28 | 69.06 | 0.61 | 0.45 |
| Hex | A2 | B7 | 2C | B | 0 | 4C | 1C | 45 | 3D | 2D |
| Octal | 242 | 267 | 54 | 13 | 0 | 114 | 34 | 105 | 75 | 55 |
| Binary | 10100010 | 10110111 | 101100 | 1011 | 0 | 1001100 | 11100 | 1000101 | 111101 | 101101 |
Color Harmonies of #A2B72C
Complementary color
Monochromatic Colors of #A2B72C
Black with #A2B72C
Text Example
Text Example
White with #A2B72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B72C; }
p { color: rgb(162,183,44); }
H1.HeaderClassName
{
color: #A2B72C;
}
.AnyTagClassName
{
color: #A2B72C;
}
</style>
background-color css
<style>
a { background-color: #A2B72C; }
a { background-color: rgb(162,183,44); }
div.DivClassName
{
background-color: #A2B72C;
}
.BgClassName
{
background-color: #A2B72C;
}
</style>
border-color css
<style>
span { border-color: #A2B72C; }
span { border-color: rgb(162,183,44); }
td.TdClassName
{
border-color: #A2B72C;
}
.TagClassName
{
border-color: #A2B72C;
}
</style>