Shades of Bahia #A8B42A
Tints of Bahia #A8B42A
RGB
CMYK
RGB Variations
Color information
#A8B42A (or 0xA8B42A) is known color: Bahia. HEX triplet: A8, B4 and 2A. RGB value is (168,180,42). Sum of RGB (Red+Green+Blue) = 168+180+42=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B42A is #574BD5. Grayscale: #A1A1A1. Windows color (decimal): -5721046 or 2798760. OLE color: 2798760.
HSL color Cylindrical-coordinate representation of color #A8B42A: hue angle of 65.22º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8B42A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 42 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.29 |
| HSL | 65.22º | 0.62% | 0.44% | - |
| HSV(B) | 65.22º | 0.77% | 0.71% | - |
| XYZ | 32.89 | 41.13 | 8.4 | - |
| YUV | 160.68 | 61.02 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 42 | 0.07 | 0 | 0.77 | 0.29 | 65.22 | 0.62 | 0.44 |
| Hex | A8 | B4 | 2A | 7 | 0 | 4D | 1D | 41 | 3E | 2C |
| Octal | 250 | 264 | 52 | 7 | 0 | 115 | 35 | 101 | 76 | 54 |
| Binary | 10101000 | 10110100 | 101010 | 111 | 0 | 1001101 | 11101 | 1000001 | 111110 | 101100 |
Color Harmonies of #A8B42A
Complementary color
Monochromatic Colors of #A8B42A
Black with #A8B42A
Text Example
Text Example
White with #A8B42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B42A; }
p { color: rgb(168,180,42); }
H1.HeaderClassName
{
color: #A8B42A;
}
.AnyTagClassName
{
color: #A8B42A;
}
</style>
background-color css
<style>
a { background-color: #A8B42A; }
a { background-color: rgb(168,180,42); }
div.DivClassName
{
background-color: #A8B42A;
}
.BgClassName
{
background-color: #A8B42A;
}
</style>
border-color css
<style>
span { border-color: #A8B42A; }
span { border-color: rgb(168,180,42); }
td.TdClassName
{
border-color: #A8B42A;
}
.TagClassName
{
border-color: #A8B42A;
}
</style>