Shades of Bahia #A8B222
Tints of Bahia #A8B222
RGB
CMYK
RGB Variations
Color information
#A8B222 (or 0xA8B222) is known color: Bahia. HEX triplet: A8, B2 and 22. RGB value is (168,178,34). Sum of RGB (Red+Green+Blue) = 168+178+34=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B222 is #574DDD. Grayscale: #9F9F9F. Windows color (decimal): -5721566 or 2273960. OLE color: 2273960.
HSL color Cylindrical-coordinate representation of color #A8B222: hue angle of 64.17º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8B222 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 34 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.30 |
| HSL | 64.17º | 0.68% | 0.42% | - |
| HSV(B) | 64.17º | 0.81% | 0.7% | - |
| XYZ | 32.36 | 40.28 | 7.58 | - |
| YUV | 158.59 | 57.69 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 34 | 0.06 | 0 | 0.81 | 0.30 | 64.17 | 0.68 | 0.42 |
| Hex | A8 | B2 | 22 | 6 | 0 | 51 | 1E | 40 | 44 | 2A |
| Octal | 250 | 262 | 42 | 6 | 0 | 121 | 36 | 100 | 104 | 52 |
| Binary | 10101000 | 10110010 | 100010 | 110 | 0 | 1010001 | 11110 | 1000000 | 1000100 | 101010 |
Color Harmonies of #A8B222
Complementary color
Monochromatic Colors of #A8B222
Black with #A8B222
Text Example
Text Example
White with #A8B222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B222; }
p { color: rgb(168,178,34); }
H1.HeaderClassName
{
color: #A8B222;
}
.AnyTagClassName
{
color: #A8B222;
}
</style>
background-color css
<style>
a { background-color: #A8B222; }
a { background-color: rgb(168,178,34); }
div.DivClassName
{
background-color: #A8B222;
}
.BgClassName
{
background-color: #A8B222;
}
</style>
border-color css
<style>
span { border-color: #A8B222; }
span { border-color: rgb(168,178,34); }
td.TdClassName
{
border-color: #A8B222;
}
.TagClassName
{
border-color: #A8B222;
}
</style>