Shades of Bahia #A8BD2A
Tints of Bahia #A8BD2A
RGB
CMYK
RGB Variations
Color information
#A8BD2A (or 0xA8BD2A) is known color: Bahia. HEX triplet: A8, BD and 2A. RGB value is (168,189,42). Sum of RGB (Red+Green+Blue) = 168+189+42=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BD2A is #5742D5. Grayscale: #A6A6A6. Windows color (decimal): -5718742 or 2801064. OLE color: 2801064.
HSL color Cylindrical-coordinate representation of color #A8BD2A: hue angle of 68.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8BD2A is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 42 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.26 |
| HSL | 68.57º | 0.64% | 0.45% | - |
| HSV(B) | 68.57º | 0.78% | 0.74% | - |
| XYZ | 34.76 | 44.89 | 9.02 | - |
| YUV | 165.96 | 58.04 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 42 | 0.11 | 0 | 0.78 | 0.26 | 68.57 | 0.64 | 0.45 |
| Hex | A8 | BD | 2A | B | 0 | 4E | 1A | 45 | 40 | 2D |
| Octal | 250 | 275 | 52 | 13 | 0 | 116 | 32 | 105 | 100 | 55 |
| Binary | 10101000 | 10111101 | 101010 | 1011 | 0 | 1001110 | 11010 | 1000101 | 1000000 | 101101 |
Color Harmonies of #A8BD2A
Complementary color
Monochromatic Colors of #A8BD2A
Black with #A8BD2A
Text Example
Text Example
White with #A8BD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD2A; }
p { color: rgb(168,189,42); }
H1.HeaderClassName
{
color: #A8BD2A;
}
.AnyTagClassName
{
color: #A8BD2A;
}
</style>
background-color css
<style>
a { background-color: #A8BD2A; }
a { background-color: rgb(168,189,42); }
div.DivClassName
{
background-color: #A8BD2A;
}
.BgClassName
{
background-color: #A8BD2A;
}
</style>
border-color css
<style>
span { border-color: #A8BD2A; }
span { border-color: rgb(168,189,42); }
td.TdClassName
{
border-color: #A8BD2A;
}
.TagClassName
{
border-color: #A8BD2A;
}
</style>