Shades of Bahia #A4BC2D
Tints of Bahia #A4BC2D
RGB
CMYK
RGB Variations
Color information
#A4BC2D (or 0xA4BC2D) is known color: Bahia. HEX triplet: A4, BC and 2D. RGB value is (164,188,45). Sum of RGB (Red+Green+Blue) = 164+188+45=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BC2D is #5B43D2. Grayscale: #A5A5A5. Windows color (decimal): -5981139 or 2997412. OLE color: 2997412.
HSL color Cylindrical-coordinate representation of color #A4BC2D: hue angle of 70.07º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4BC2D is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 45 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.26 |
| HSL | 70.07º | 0.61% | 0.46% | - |
| HSV(B) | 70.07º | 0.76% | 0.74% | - |
| XYZ | 33.77 | 44.05 | 9.21 | - |
| YUV | 164.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 45 | 0.13 | 0 | 0.76 | 0.26 | 70.07 | 0.61 | 0.46 |
| Hex | A4 | BC | 2D | D | 0 | 4C | 1A | 46 | 3D | 2E |
| Octal | 244 | 274 | 55 | 15 | 0 | 114 | 32 | 106 | 75 | 56 |
| Binary | 10100100 | 10111100 | 101101 | 1101 | 0 | 1001100 | 11010 | 1000110 | 111101 | 101110 |
Color Harmonies of #A4BC2D
Complementary color
Monochromatic Colors of #A4BC2D
Black with #A4BC2D
Text Example
Text Example
White with #A4BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC2D; }
p { color: rgb(164,188,45); }
H1.HeaderClassName
{
color: #A4BC2D;
}
.AnyTagClassName
{
color: #A4BC2D;
}
</style>
background-color css
<style>
a { background-color: #A4BC2D; }
a { background-color: rgb(164,188,45); }
div.DivClassName
{
background-color: #A4BC2D;
}
.BgClassName
{
background-color: #A4BC2D;
}
</style>
border-color css
<style>
span { border-color: #A4BC2D; }
span { border-color: rgb(164,188,45); }
td.TdClassName
{
border-color: #A4BC2D;
}
.TagClassName
{
border-color: #A4BC2D;
}
</style>