Shades of Bahia #A8B221
Tints of Bahia #A8B221
RGB
CMYK
RGB Variations
Color information
#A8B221 (or 0xA8B221) is known color: Bahia. HEX triplet: A8, B2 and 21. RGB value is (168,178,33). Sum of RGB (Red+Green+Blue) = 168+178+33=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B221 is #574DDE. Grayscale: #9F9F9F. Windows color (decimal): -5721567 or 2208424. OLE color: 2208424.
HSL color Cylindrical-coordinate representation of color #A8B221: hue angle of 64.14º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8B221 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 33 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.30 |
| HSL | 64.14º | 0.69% | 0.41% | - |
| HSV(B) | 64.14º | 0.81% | 0.7% | - |
| XYZ | 32.34 | 40.28 | 7.51 | - |
| YUV | 158.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 33 | 0.06 | 0 | 0.81 | 0.30 | 64.14 | 0.69 | 0.41 |
| Hex | A8 | B2 | 21 | 6 | 0 | 51 | 1E | 40 | 45 | 29 |
| Octal | 250 | 262 | 41 | 6 | 0 | 121 | 36 | 100 | 105 | 51 |
| Binary | 10101000 | 10110010 | 100001 | 110 | 0 | 1010001 | 11110 | 1000000 | 1000101 | 101001 |
Color Harmonies of #A8B221
Complementary color
Monochromatic Colors of #A8B221
Black with #A8B221
Text Example
Text Example
White with #A8B221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B221; }
p { color: rgb(168,178,33); }
H1.HeaderClassName
{
color: #A8B221;
}
.AnyTagClassName
{
color: #A8B221;
}
</style>
background-color css
<style>
a { background-color: #A8B221; }
a { background-color: rgb(168,178,33); }
div.DivClassName
{
background-color: #A8B221;
}
.BgClassName
{
background-color: #A8B221;
}
</style>
border-color css
<style>
span { border-color: #A8B221; }
span { border-color: rgb(168,178,33); }
td.TdClassName
{
border-color: #A8B221;
}
.TagClassName
{
border-color: #A8B221;
}
</style>