Shades of Bahia #A8B42B
Tints of Bahia #A8B42B
RGB
CMYK
RGB Variations
Color information
#A8B42B (or 0xA8B42B) is known color: Bahia. HEX triplet: A8, B4 and 2B. RGB value is (168,180,43). Sum of RGB (Red+Green+Blue) = 168+180+43=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B42B is #574BD4. Grayscale: #A1A1A1. Windows color (decimal): -5721045 or 2864296. OLE color: 2864296.
HSL color Cylindrical-coordinate representation of color #A8B42B: hue angle of 65.26º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8B42B is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 43 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.29 |
| HSL | 65.26º | 0.61% | 0.44% | - |
| HSV(B) | 65.26º | 0.76% | 0.71% | - |
| XYZ | 32.91 | 41.14 | 8.49 | - |
| YUV | 160.79 | 61.52 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 43 | 0.07 | 0 | 0.76 | 0.29 | 65.26 | 0.61 | 0.44 |
| Hex | A8 | B4 | 2B | 7 | 0 | 4C | 1D | 41 | 3D | 2C |
| Octal | 250 | 264 | 53 | 7 | 0 | 114 | 35 | 101 | 75 | 54 |
| Binary | 10101000 | 10110100 | 101011 | 111 | 0 | 1001100 | 11101 | 1000001 | 111101 | 101100 |
Color Harmonies of #A8B42B
Complementary color
Monochromatic Colors of #A8B42B
Black with #A8B42B
Text Example
Text Example
White with #A8B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B42B; }
p { color: rgb(168,180,43); }
H1.HeaderClassName
{
color: #A8B42B;
}
.AnyTagClassName
{
color: #A8B42B;
}
</style>
background-color css
<style>
a { background-color: #A8B42B; }
a { background-color: rgb(168,180,43); }
div.DivClassName
{
background-color: #A8B42B;
}
.BgClassName
{
background-color: #A8B42B;
}
</style>
border-color css
<style>
span { border-color: #A8B42B; }
span { border-color: rgb(168,180,43); }
td.TdClassName
{
border-color: #A8B42B;
}
.TagClassName
{
border-color: #A8B42B;
}
</style>