Shades of Bahia #A8B331
Tints of Bahia #A8B331
RGB
CMYK
RGB Variations
Color information
#A8B331 (or 0xA8B331) is known color: Bahia. HEX triplet: A8, B3 and 31. RGB value is (168,179,49). Sum of RGB (Red+Green+Blue) = 168+179+49=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B331 is #574CCE. Grayscale: #A1A1A1. Windows color (decimal): -5721295 or 3257256. OLE color: 3257256.
HSL color Cylindrical-coordinate representation of color #A8B331: hue angle of 65.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8B331 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 49 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.30 |
| HSL | 65.08º | 0.57% | 0.45% | - |
| HSV(B) | 65.08º | 0.73% | 0.7% | - |
| XYZ | 32.82 | 40.79 | 9.05 | - |
| YUV | 160.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 49 | 0.06 | 0 | 0.73 | 0.30 | 65.08 | 0.57 | 0.45 |
| Hex | A8 | B3 | 31 | 6 | 0 | 49 | 1E | 41 | 39 | 2D |
| Octal | 250 | 263 | 61 | 6 | 0 | 111 | 36 | 101 | 71 | 55 |
| Binary | 10101000 | 10110011 | 110001 | 110 | 0 | 1001001 | 11110 | 1000001 | 111001 | 101101 |
Color Harmonies of #A8B331
Complementary color
Monochromatic Colors of #A8B331
Black with #A8B331
Text Example
Text Example
White with #A8B331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B331; }
p { color: rgb(168,179,49); }
H1.HeaderClassName
{
color: #A8B331;
}
.AnyTagClassName
{
color: #A8B331;
}
</style>
background-color css
<style>
a { background-color: #A8B331; }
a { background-color: rgb(168,179,49); }
div.DivClassName
{
background-color: #A8B331;
}
.BgClassName
{
background-color: #A8B331;
}
</style>
border-color css
<style>
span { border-color: #A8B331; }
span { border-color: rgb(168,179,49); }
td.TdClassName
{
border-color: #A8B331;
}
.TagClassName
{
border-color: #A8B331;
}
</style>