Shades of Bahia #A0BB2D
Tints of Bahia #A0BB2D
RGB
CMYK
RGB Variations
Color information
#A0BB2D (or 0xA0BB2D) is known color: Bahia. HEX triplet: A0, BB and 2D. RGB value is (160,187,45). Sum of RGB (Red+Green+Blue) = 160+187+45=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BB2D is #5F44D2. Grayscale: #A3A3A3. Windows color (decimal): -6243539 or 2997152. OLE color: 2997152.
HSL color Cylindrical-coordinate representation of color #A0BB2D: hue angle of 71.41º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0BB2D is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 45 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.27 |
| HSL | 71.41º | 0.61% | 0.45% | - |
| HSV(B) | 71.41º | 0.76% | 0.73% | - |
| XYZ | 32.74 | 43.2 | 9.1 | - |
| YUV | 162.74 | 61.55 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 45 | 0.14 | 0 | 0.76 | 0.27 | 71.41 | 0.61 | 0.45 |
| Hex | A0 | BB | 2D | E | 0 | 4C | 1B | 47 | 3D | 2D |
| Octal | 240 | 273 | 55 | 16 | 0 | 114 | 33 | 107 | 75 | 55 |
| Binary | 10100000 | 10111011 | 101101 | 1110 | 0 | 1001100 | 11011 | 1000111 | 111101 | 101101 |
Color Harmonies of #A0BB2D
Complementary color
Monochromatic Colors of #A0BB2D
Black with #A0BB2D
Text Example
Text Example
White with #A0BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB2D; }
p { color: rgb(160,187,45); }
H1.HeaderClassName
{
color: #A0BB2D;
}
.AnyTagClassName
{
color: #A0BB2D;
}
</style>
background-color css
<style>
a { background-color: #A0BB2D; }
a { background-color: rgb(160,187,45); }
div.DivClassName
{
background-color: #A0BB2D;
}
.BgClassName
{
background-color: #A0BB2D;
}
</style>
border-color css
<style>
span { border-color: #A0BB2D; }
span { border-color: rgb(160,187,45); }
td.TdClassName
{
border-color: #A0BB2D;
}
.TagClassName
{
border-color: #A0BB2D;
}
</style>