Shades of Bahia #A8BB31
Tints of Bahia #A8BB31
RGB
CMYK
RGB Variations
Color information
#A8BB31 (or 0xA8BB31) is known color: Bahia. HEX triplet: A8, BB and 31. RGB value is (168,187,49). Sum of RGB (Red+Green+Blue) = 168+187+49=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB31 is #5744CE. Grayscale: #A6A6A6. Windows color (decimal): -5719247 or 3259304. OLE color: 3259304.
HSL color Cylindrical-coordinate representation of color #A8BB31: hue angle of 68.26º 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 #A8BB31 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 49 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.27 |
| HSL | 68.26º | 0.58% | 0.46% | - |
| HSV(B) | 68.26º | 0.74% | 0.73% | - |
| XYZ | 34.47 | 44.09 | 9.6 | - |
| YUV | 165.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 49 | 0.10 | 0 | 0.74 | 0.27 | 68.26 | 0.58 | 0.46 |
| Hex | A8 | BB | 31 | A | 0 | 4A | 1B | 44 | 3A | 2E |
| Octal | 250 | 273 | 61 | 12 | 0 | 112 | 33 | 104 | 72 | 56 |
| Binary | 10101000 | 10111011 | 110001 | 1010 | 0 | 1001010 | 11011 | 1000100 | 111010 | 101110 |
Color Harmonies of #A8BB31
Complementary color
Monochromatic Colors of #A8BB31
Black with #A8BB31
Text Example
Text Example
White with #A8BB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB31; }
p { color: rgb(168,187,49); }
H1.HeaderClassName
{
color: #A8BB31;
}
.AnyTagClassName
{
color: #A8BB31;
}
</style>
background-color css
<style>
a { background-color: #A8BB31; }
a { background-color: rgb(168,187,49); }
div.DivClassName
{
background-color: #A8BB31;
}
.BgClassName
{
background-color: #A8BB31;
}
</style>
border-color css
<style>
span { border-color: #A8BB31; }
span { border-color: rgb(168,187,49); }
td.TdClassName
{
border-color: #A8BB31;
}
.TagClassName
{
border-color: #A8BB31;
}
</style>