Shades of Bahia #A2B72D
Tints of Bahia #A2B72D
RGB
CMYK
RGB Variations
Color information
#A2B72D (or 0xA2B72D) is known color: Bahia. HEX triplet: A2, B7 and 2D. RGB value is (162,183,45). Sum of RGB (Red+Green+Blue) = 162+183+45=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B72D is #5D48D2. Grayscale: #A1A1A1. Windows color (decimal): -6113491 or 2996130. OLE color: 2996130.
HSL color Cylindrical-coordinate representation of color #A2B72D: hue angle of 69.13º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2B72D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 45 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.28 |
| HSL | 69.13º | 0.61% | 0.45% | - |
| HSV(B) | 69.13º | 0.75% | 0.72% | - |
| XYZ | 32.31 | 41.74 | 8.84 | - |
| YUV | 160.99 | 62.54 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 45 | 0.11 | 0 | 0.75 | 0.28 | 69.13 | 0.61 | 0.45 |
| Hex | A2 | B7 | 2D | B | 0 | 4B | 1C | 45 | 3D | 2D |
| Octal | 242 | 267 | 55 | 13 | 0 | 113 | 34 | 105 | 75 | 55 |
| Binary | 10100010 | 10110111 | 101101 | 1011 | 0 | 1001011 | 11100 | 1000101 | 111101 | 101101 |
Color Harmonies of #A2B72D
Complementary color
Monochromatic Colors of #A2B72D
Black with #A2B72D
Text Example
Text Example
White with #A2B72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B72D; }
p { color: rgb(162,183,45); }
H1.HeaderClassName
{
color: #A2B72D;
}
.AnyTagClassName
{
color: #A2B72D;
}
</style>
background-color css
<style>
a { background-color: #A2B72D; }
a { background-color: rgb(162,183,45); }
div.DivClassName
{
background-color: #A2B72D;
}
.BgClassName
{
background-color: #A2B72D;
}
</style>
border-color css
<style>
span { border-color: #A2B72D; }
span { border-color: rgb(162,183,45); }
td.TdClassName
{
border-color: #A2B72D;
}
.TagClassName
{
border-color: #A2B72D;
}
</style>