Shades of Bahia #A7B42A
Tints of Bahia #A7B42A
RGB
CMYK
RGB Variations
Color information
#A7B42A (or 0xA7B42A) is known color: Bahia. HEX triplet: A7, B4 and 2A. RGB value is (167,180,42). Sum of RGB (Red+Green+Blue) = 167+180+42=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B42A is #584BD5. Grayscale: #A0A0A0. Windows color (decimal): -5786582 or 2798759. OLE color: 2798759.
HSL color Cylindrical-coordinate representation of color #A7B42A: hue angle of 65.65º 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 #A7B42A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 180 | 42 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.29 |
| HSL | 65.65º | 0.62% | 0.44% | - |
| HSV(B) | 65.65º | 0.77% | 0.71% | - |
| XYZ | 32.68 | 41.03 | 8.39 | - |
| YUV | 160.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 180 | 42 | 0.07 | 0 | 0.77 | 0.29 | 65.65 | 0.62 | 0.44 |
| Hex | A7 | B4 | 2A | 7 | 0 | 4D | 1D | 42 | 3E | 2C |
| Octal | 247 | 264 | 52 | 7 | 0 | 115 | 35 | 102 | 76 | 54 |
| Binary | 10100111 | 10110100 | 101010 | 111 | 0 | 1001101 | 11101 | 1000010 | 111110 | 101100 |
Color Harmonies of #A7B42A
Complementary color
Monochromatic Colors of #A7B42A
Black with #A7B42A
Text Example
Text Example
White with #A7B42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B42A; }
p { color: rgb(167,180,42); }
H1.HeaderClassName
{
color: #A7B42A;
}
.AnyTagClassName
{
color: #A7B42A;
}
</style>
background-color css
<style>
a { background-color: #A7B42A; }
a { background-color: rgb(167,180,42); }
div.DivClassName
{
background-color: #A7B42A;
}
.BgClassName
{
background-color: #A7B42A;
}
</style>
border-color css
<style>
span { border-color: #A7B42A; }
span { border-color: rgb(167,180,42); }
td.TdClassName
{
border-color: #A7B42A;
}
.TagClassName
{
border-color: #A7B42A;
}
</style>