Shades of Bahia #A8BB2E
Tints of Bahia #A8BB2E
RGB
CMYK
RGB Variations
Color information
#A8BB2E (or 0xA8BB2E) is known color: Bahia. HEX triplet: A8, BB and 2E. RGB value is (168,187,46). Sum of RGB (Red+Green+Blue) = 168+187+46=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB2E is #5744D1. Grayscale: #A5A5A5. Windows color (decimal): -5719250 or 3062696. OLE color: 3062696.
HSL color Cylindrical-coordinate representation of color #A8BB2E: hue angle of 68.09º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8BB2E is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 46 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.27 |
| HSL | 68.09º | 0.61% | 0.46% | - |
| HSV(B) | 68.09º | 0.75% | 0.73% | - |
| XYZ | 34.41 | 44.06 | 9.28 | - |
| YUV | 165.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 46 | 0.10 | 0 | 0.75 | 0.27 | 68.09 | 0.61 | 0.46 |
| Hex | A8 | BB | 2E | A | 0 | 4B | 1B | 44 | 3D | 2E |
| Octal | 250 | 273 | 56 | 12 | 0 | 113 | 33 | 104 | 75 | 56 |
| Binary | 10101000 | 10111011 | 101110 | 1010 | 0 | 1001011 | 11011 | 1000100 | 111101 | 101110 |
Color Harmonies of #A8BB2E
Complementary color
Monochromatic Colors of #A8BB2E
Black with #A8BB2E
Text Example
Text Example
White with #A8BB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB2E; }
p { color: rgb(168,187,46); }
H1.HeaderClassName
{
color: #A8BB2E;
}
.AnyTagClassName
{
color: #A8BB2E;
}
</style>
background-color css
<style>
a { background-color: #A8BB2E; }
a { background-color: rgb(168,187,46); }
div.DivClassName
{
background-color: #A8BB2E;
}
.BgClassName
{
background-color: #A8BB2E;
}
</style>
border-color css
<style>
span { border-color: #A8BB2E; }
span { border-color: rgb(168,187,46); }
td.TdClassName
{
border-color: #A8BB2E;
}
.TagClassName
{
border-color: #A8BB2E;
}
</style>