Shades of Bahia #A8B422
Tints of Bahia #A8B422
RGB
CMYK
RGB Variations
Color information
#A8B422 (or 0xA8B422) is known color: Bahia. HEX triplet: A8, B4 and 22. RGB value is (168,180,34). Sum of RGB (Red+Green+Blue) = 168+180+34=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B422 is #574BDD. Grayscale: #A0A0A0. Windows color (decimal): -5721054 or 2274472. OLE color: 2274472.
HSL color Cylindrical-coordinate representation of color #A8B422: hue angle of 64.93º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8B422 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 34 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.29 |
| HSL | 64.93º | 0.68% | 0.42% | - |
| HSV(B) | 64.93º | 0.81% | 0.71% | - |
| XYZ | 32.76 | 41.08 | 7.72 | - |
| YUV | 159.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 34 | 0.07 | 0 | 0.81 | 0.29 | 64.93 | 0.68 | 0.42 |
| Hex | A8 | B4 | 22 | 7 | 0 | 51 | 1D | 41 | 44 | 2A |
| Octal | 250 | 264 | 42 | 7 | 0 | 121 | 35 | 101 | 104 | 52 |
| Binary | 10101000 | 10110100 | 100010 | 111 | 0 | 1010001 | 11101 | 1000001 | 1000100 | 101010 |
Color Harmonies of #A8B422
Complementary color
Monochromatic Colors of #A8B422
Black with #A8B422
Text Example
Text Example
White with #A8B422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B422; }
p { color: rgb(168,180,34); }
H1.HeaderClassName
{
color: #A8B422;
}
.AnyTagClassName
{
color: #A8B422;
}
</style>
background-color css
<style>
a { background-color: #A8B422; }
a { background-color: rgb(168,180,34); }
div.DivClassName
{
background-color: #A8B422;
}
.BgClassName
{
background-color: #A8B422;
}
</style>
border-color css
<style>
span { border-color: #A8B422; }
span { border-color: rgb(168,180,34); }
td.TdClassName
{
border-color: #A8B422;
}
.TagClassName
{
border-color: #A8B422;
}
</style>