Shades of Bahia #A8B22B
Tints of Bahia #A8B22B
RGB
CMYK
RGB Variations
Color information
#A8B22B (or 0xA8B22B) is known color: Bahia. HEX triplet: A8, B2 and 2B. RGB value is (168,178,43). Sum of RGB (Red+Green+Blue) = 168+178+43=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B22B is #574DD4. Grayscale: #A0A0A0. Windows color (decimal): -5721557 or 2863784. OLE color: 2863784.
HSL color Cylindrical-coordinate representation of color #A8B22B: hue angle of 64.44º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8B22B is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 43 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.30 |
| HSL | 64.44º | 0.61% | 0.43% | - |
| HSV(B) | 64.44º | 0.76% | 0.7% | - |
| XYZ | 32.5 | 40.34 | 8.36 | - |
| YUV | 159.62 | 62.19 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 43 | 0.06 | 0 | 0.76 | 0.30 | 64.44 | 0.61 | 0.43 |
| Hex | A8 | B2 | 2B | 6 | 0 | 4C | 1E | 40 | 3D | 2B |
| Octal | 250 | 262 | 53 | 6 | 0 | 114 | 36 | 100 | 75 | 53 |
| Binary | 10101000 | 10110010 | 101011 | 110 | 0 | 1001100 | 11110 | 1000000 | 111101 | 101011 |
Color Harmonies of #A8B22B
Complementary color
Monochromatic Colors of #A8B22B
Black with #A8B22B
Text Example
Text Example
White with #A8B22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B22B; }
p { color: rgb(168,178,43); }
H1.HeaderClassName
{
color: #A8B22B;
}
.AnyTagClassName
{
color: #A8B22B;
}
</style>
background-color css
<style>
a { background-color: #A8B22B; }
a { background-color: rgb(168,178,43); }
div.DivClassName
{
background-color: #A8B22B;
}
.BgClassName
{
background-color: #A8B22B;
}
</style>
border-color css
<style>
span { border-color: #A8B22B; }
span { border-color: rgb(168,178,43); }
td.TdClassName
{
border-color: #A8B22B;
}
.TagClassName
{
border-color: #A8B22B;
}
</style>