Shades of Bahia #A8BA31
Tints of Bahia #A8BA31
RGB
CMYK
RGB Variations
Color information
#A8BA31 (or 0xA8BA31) is known color: Bahia. HEX triplet: A8, BA and 31. RGB value is (168,186,49). Sum of RGB (Red+Green+Blue) = 168+186+49=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA31 is #5745CE. Grayscale: #A5A5A5. Windows color (decimal): -5719503 or 3259048. OLE color: 3259048.
HSL color Cylindrical-coordinate representation of color #A8BA31: hue angle of 67.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8BA31 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 49 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.27 |
| HSL | 67.88º | 0.58% | 0.46% | - |
| HSV(B) | 67.88º | 0.74% | 0.73% | - |
| XYZ | 34.26 | 43.66 | 9.53 | - |
| YUV | 165 | 62.54 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 49 | 0.10 | 0 | 0.74 | 0.27 | 67.88 | 0.58 | 0.46 |
| Hex | A8 | BA | 31 | A | 0 | 4A | 1B | 44 | 3A | 2E |
| Octal | 250 | 272 | 61 | 12 | 0 | 112 | 33 | 104 | 72 | 56 |
| Binary | 10101000 | 10111010 | 110001 | 1010 | 0 | 1001010 | 11011 | 1000100 | 111010 | 101110 |
Color Harmonies of #A8BA31
Complementary color
Monochromatic Colors of #A8BA31
Black with #A8BA31
Text Example
Text Example
White with #A8BA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA31; }
p { color: rgb(168,186,49); }
H1.HeaderClassName
{
color: #A8BA31;
}
.AnyTagClassName
{
color: #A8BA31;
}
</style>
background-color css
<style>
a { background-color: #A8BA31; }
a { background-color: rgb(168,186,49); }
div.DivClassName
{
background-color: #A8BA31;
}
.BgClassName
{
background-color: #A8BA31;
}
</style>
border-color css
<style>
span { border-color: #A8BA31; }
span { border-color: rgb(168,186,49); }
td.TdClassName
{
border-color: #A8BA31;
}
.TagClassName
{
border-color: #A8BA31;
}
</style>