Shades of Bahia #A4B42D
Tints of Bahia #A4B42D
RGB
CMYK
RGB Variations
Color information
#A4B42D (or 0xA4B42D) is known color: Bahia. HEX triplet: A4, B4 and 2D. RGB value is (164,180,45). Sum of RGB (Red+Green+Blue) = 164+180+45=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B42D is #5B4BD2. Grayscale: #A0A0A0. Windows color (decimal): -5983187 or 2995364. OLE color: 2995364.
HSL color Cylindrical-coordinate representation of color #A4B42D: hue angle of 67.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4B42D is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 180 | 45 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.29 |
| HSL | 67.11º | 0.6% | 0.44% | - |
| HSV(B) | 67.11º | 0.75% | 0.71% | - |
| XYZ | 32.1 | 40.72 | 8.65 | - |
| YUV | 159.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 180 | 45 | 0.09 | 0 | 0.75 | 0.29 | 67.11 | 0.6 | 0.44 |
| Hex | A4 | B4 | 2D | 9 | 0 | 4B | 1D | 43 | 3C | 2C |
| Octal | 244 | 264 | 55 | 11 | 0 | 113 | 35 | 103 | 74 | 54 |
| Binary | 10100100 | 10110100 | 101101 | 1001 | 0 | 1001011 | 11101 | 1000011 | 111100 | 101100 |
Color Harmonies of #A4B42D
Complementary color
Monochromatic Colors of #A4B42D
Black with #A4B42D
Text Example
Text Example
White with #A4B42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B42D; }
p { color: rgb(164,180,45); }
H1.HeaderClassName
{
color: #A4B42D;
}
.AnyTagClassName
{
color: #A4B42D;
}
</style>
background-color css
<style>
a { background-color: #A4B42D; }
a { background-color: rgb(164,180,45); }
div.DivClassName
{
background-color: #A4B42D;
}
.BgClassName
{
background-color: #A4B42D;
}
</style>
border-color css
<style>
span { border-color: #A4B42D; }
span { border-color: rgb(164,180,45); }
td.TdClassName
{
border-color: #A4B42D;
}
.TagClassName
{
border-color: #A4B42D;
}
</style>