Shades of Bahia #A8BB2D
Tints of Bahia #A8BB2D
RGB
CMYK
RGB Variations
Color information
#A8BB2D (or 0xA8BB2D) is known color: Bahia. HEX triplet: A8, BB and 2D. RGB value is (168,187,45). Sum of RGB (Red+Green+Blue) = 168+187+45=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB2D is #5744D2. Grayscale: #A5A5A5. Windows color (decimal): -5719251 or 2997160. OLE color: 2997160.
HSL color Cylindrical-coordinate representation of color #A8BB2D: hue angle of 68.03º 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 #A8BB2D is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 45 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.27 |
| HSL | 68.03º | 0.61% | 0.45% | - |
| HSV(B) | 68.03º | 0.76% | 0.73% | - |
| XYZ | 34.39 | 44.05 | 9.17 | - |
| YUV | 165.13 | 60.21 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 45 | 0.10 | 0 | 0.76 | 0.27 | 68.03 | 0.61 | 0.45 |
| Hex | A8 | BB | 2D | A | 0 | 4C | 1B | 44 | 3D | 2D |
| Octal | 250 | 273 | 55 | 12 | 0 | 114 | 33 | 104 | 75 | 55 |
| Binary | 10101000 | 10111011 | 101101 | 1010 | 0 | 1001100 | 11011 | 1000100 | 111101 | 101101 |
Color Harmonies of #A8BB2D
Complementary color
Monochromatic Colors of #A8BB2D
Black with #A8BB2D
Text Example
Text Example
White with #A8BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB2D; }
p { color: rgb(168,187,45); }
H1.HeaderClassName
{
color: #A8BB2D;
}
.AnyTagClassName
{
color: #A8BB2D;
}
</style>
background-color css
<style>
a { background-color: #A8BB2D; }
a { background-color: rgb(168,187,45); }
div.DivClassName
{
background-color: #A8BB2D;
}
.BgClassName
{
background-color: #A8BB2D;
}
</style>
border-color css
<style>
span { border-color: #A8BB2D; }
span { border-color: rgb(168,187,45); }
td.TdClassName
{
border-color: #A8BB2D;
}
.TagClassName
{
border-color: #A8BB2D;
}
</style>