Shades of Bahia #A0BD2D
Tints of Bahia #A0BD2D
RGB
CMYK
RGB Variations
Color information
#A0BD2D (or 0xA0BD2D) is known color: Bahia. HEX triplet: A0, BD and 2D. RGB value is (160,189,45). Sum of RGB (Red+Green+Blue) = 160+189+45=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD2D is #5F42D2. Grayscale: #A4A4A4. Windows color (decimal): -6243027 or 2997664. OLE color: 2997664.
HSL color Cylindrical-coordinate representation of color #A0BD2D: hue angle of 72.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0BD2D is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 45 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.26 |
| HSL | 72.08º | 0.62% | 0.46% | - |
| HSV(B) | 72.08º | 0.76% | 0.74% | - |
| XYZ | 33.17 | 44.06 | 9.24 | - |
| YUV | 163.91 | 60.89 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 45 | 0.15 | 0 | 0.76 | 0.26 | 72.08 | 0.62 | 0.46 |
| Hex | A0 | BD | 2D | F | 0 | 4C | 1A | 48 | 3E | 2E |
| Octal | 240 | 275 | 55 | 17 | 0 | 114 | 32 | 110 | 76 | 56 |
| Binary | 10100000 | 10111101 | 101101 | 1111 | 0 | 1001100 | 11010 | 1001000 | 111110 | 101110 |
Color Harmonies of #A0BD2D
Complementary color
Monochromatic Colors of #A0BD2D
Black with #A0BD2D
Text Example
Text Example
White with #A0BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD2D; }
p { color: rgb(160,189,45); }
H1.HeaderClassName
{
color: #A0BD2D;
}
.AnyTagClassName
{
color: #A0BD2D;
}
</style>
background-color css
<style>
a { background-color: #A0BD2D; }
a { background-color: rgb(160,189,45); }
div.DivClassName
{
background-color: #A0BD2D;
}
.BgClassName
{
background-color: #A0BD2D;
}
</style>
border-color css
<style>
span { border-color: #A0BD2D; }
span { border-color: rgb(160,189,45); }
td.TdClassName
{
border-color: #A0BD2D;
}
.TagClassName
{
border-color: #A0BD2D;
}
</style>