Shades of Bahia #A0BD2C
Tints of Bahia #A0BD2C
RGB
CMYK
RGB Variations
Color information
#A0BD2C (or 0xA0BD2C) is known color: Bahia. HEX triplet: A0, BD and 2C. RGB value is (160,189,44). Sum of RGB (Red+Green+Blue) = 160+189+44=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD2C is #5F42D3. Grayscale: #A4A4A4. Windows color (decimal): -6243028 or 2932128. OLE color: 2932128.
HSL color Cylindrical-coordinate representation of color #A0BD2C: hue angle of 72º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0BD2C is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 44 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.26 |
| HSL | 72º | 0.62% | 0.46% | - |
| HSV(B) | 72º | 0.77% | 0.74% | - |
| XYZ | 33.15 | 44.05 | 9.14 | - |
| YUV | 163.8 | 60.39 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 44 | 0.15 | 0 | 0.77 | 0.26 | 72 | 0.62 | 0.46 |
| Hex | A0 | BD | 2C | F | 0 | 4D | 1A | 48 | 3E | 2E |
| Octal | 240 | 275 | 54 | 17 | 0 | 115 | 32 | 110 | 76 | 56 |
| Binary | 10100000 | 10111101 | 101100 | 1111 | 0 | 1001101 | 11010 | 1001000 | 111110 | 101110 |
Color Harmonies of #A0BD2C
Complementary color
Monochromatic Colors of #A0BD2C
Black with #A0BD2C
Text Example
Text Example
White with #A0BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD2C; }
p { color: rgb(160,189,44); }
H1.HeaderClassName
{
color: #A0BD2C;
}
.AnyTagClassName
{
color: #A0BD2C;
}
</style>
background-color css
<style>
a { background-color: #A0BD2C; }
a { background-color: rgb(160,189,44); }
div.DivClassName
{
background-color: #A0BD2C;
}
.BgClassName
{
background-color: #A0BD2C;
}
</style>
border-color css
<style>
span { border-color: #A0BD2C; }
span { border-color: rgb(160,189,44); }
td.TdClassName
{
border-color: #A0BD2C;
}
.TagClassName
{
border-color: #A0BD2C;
}
</style>