Shades of Bahia #A0B72D
Tints of Bahia #A0B72D
RGB
CMYK
RGB Variations
Color information
#A0B72D (or 0xA0B72D) is known color: Bahia. HEX triplet: A0, B7 and 2D. RGB value is (160,183,45). Sum of RGB (Red+Green+Blue) = 160+183+45=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B72D is #5F48D2. Grayscale: #A0A0A0. Windows color (decimal): -6244563 or 2996128. OLE color: 2996128.
HSL color Cylindrical-coordinate representation of color #A0B72D: hue angle of 70º 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 #A0B72D is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 45 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.28 |
| HSL | 70º | 0.61% | 0.45% | - |
| HSV(B) | 70º | 0.75% | 0.72% | - |
| XYZ | 31.9 | 41.53 | 8.82 | - |
| YUV | 160.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 45 | 0.13 | 0 | 0.75 | 0.28 | 70 | 0.61 | 0.45 |
| Hex | A0 | B7 | 2D | D | 0 | 4B | 1C | 46 | 3D | 2D |
| Octal | 240 | 267 | 55 | 15 | 0 | 113 | 34 | 106 | 75 | 55 |
| Binary | 10100000 | 10110111 | 101101 | 1101 | 0 | 1001011 | 11100 | 1000110 | 111101 | 101101 |
Color Harmonies of #A0B72D
Complementary color
Monochromatic Colors of #A0B72D
Black with #A0B72D
Text Example
Text Example
White with #A0B72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B72D; }
p { color: rgb(160,183,45); }
H1.HeaderClassName
{
color: #A0B72D;
}
.AnyTagClassName
{
color: #A0B72D;
}
</style>
background-color css
<style>
a { background-color: #A0B72D; }
a { background-color: rgb(160,183,45); }
div.DivClassName
{
background-color: #A0B72D;
}
.BgClassName
{
background-color: #A0B72D;
}
</style>
border-color css
<style>
span { border-color: #A0B72D; }
span { border-color: rgb(160,183,45); }
td.TdClassName
{
border-color: #A0B72D;
}
.TagClassName
{
border-color: #A0B72D;
}
</style>