Shades of Bahia #A0B32E
Tints of Bahia #A0B32E
RGB
CMYK
RGB Variations
Color information
#A0B32E (or 0xA0B32E) is known color: Bahia. HEX triplet: A0, B3 and 2E. RGB value is (160,179,46). Sum of RGB (Red+Green+Blue) = 160+179+46=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B32E is #5F4CD1. Grayscale: #9E9E9E. Windows color (decimal): -6245586 or 3060640. OLE color: 3060640.
HSL color Cylindrical-coordinate representation of color #A0B32E: hue angle of 68.57º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0B32E is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 46 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.30 |
| HSL | 68.57º | 0.59% | 0.44% | - |
| HSV(B) | 68.57º | 0.74% | 0.7% | - |
| XYZ | 31.11 | 39.91 | 8.65 | - |
| YUV | 158.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 46 | 0.11 | 0 | 0.74 | 0.30 | 68.57 | 0.59 | 0.44 |
| Hex | A0 | B3 | 2E | B | 0 | 4A | 1E | 45 | 3B | 2C |
| Octal | 240 | 263 | 56 | 13 | 0 | 112 | 36 | 105 | 73 | 54 |
| Binary | 10100000 | 10110011 | 101110 | 1011 | 0 | 1001010 | 11110 | 1000101 | 111011 | 101100 |
Color Harmonies of #A0B32E
Complementary color
Monochromatic Colors of #A0B32E
Black with #A0B32E
Text Example
Text Example
White with #A0B32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B32E; }
p { color: rgb(160,179,46); }
H1.HeaderClassName
{
color: #A0B32E;
}
.AnyTagClassName
{
color: #A0B32E;
}
</style>
background-color css
<style>
a { background-color: #A0B32E; }
a { background-color: rgb(160,179,46); }
div.DivClassName
{
background-color: #A0B32E;
}
.BgClassName
{
background-color: #A0B32E;
}
</style>
border-color css
<style>
span { border-color: #A0B32E; }
span { border-color: rgb(160,179,46); }
td.TdClassName
{
border-color: #A0B32E;
}
.TagClassName
{
border-color: #A0B32E;
}
</style>