Shades of Bahia #A4BD2D
Tints of Bahia #A4BD2D
RGB
CMYK
RGB Variations
Color information
#A4BD2D (or 0xA4BD2D) is known color: Bahia. HEX triplet: A4, BD and 2D. RGB value is (164,189,45). Sum of RGB (Red+Green+Blue) = 164+189+45=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BD2D is #5B42D2. Grayscale: #A5A5A5. Windows color (decimal): -5980883 or 2997668. OLE color: 2997668.
HSL color Cylindrical-coordinate representation of color #A4BD2D: hue angle of 70.42º degrees, saturation: 0.62, 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 #A4BD2D is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 189 | 45 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.26 |
| HSL | 70.42º | 0.62% | 0.46% | - |
| HSV(B) | 70.42º | 0.76% | 0.74% | - |
| XYZ | 33.98 | 44.48 | 9.28 | - |
| YUV | 165.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 45 | 0.13 | 0 | 0.76 | 0.26 | 70.42 | 0.62 | 0.46 |
| Hex | A4 | BD | 2D | D | 0 | 4C | 1A | 46 | 3E | 2E |
| Octal | 244 | 275 | 55 | 15 | 0 | 114 | 32 | 106 | 76 | 56 |
| Binary | 10100100 | 10111101 | 101101 | 1101 | 0 | 1001100 | 11010 | 1000110 | 111110 | 101110 |
Color Harmonies of #A4BD2D
Complementary color
Monochromatic Colors of #A4BD2D
Black with #A4BD2D
Text Example
Text Example
White with #A4BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BD2D; }
p { color: rgb(164,189,45); }
H1.HeaderClassName
{
color: #A4BD2D;
}
.AnyTagClassName
{
color: #A4BD2D;
}
</style>
background-color css
<style>
a { background-color: #A4BD2D; }
a { background-color: rgb(164,189,45); }
div.DivClassName
{
background-color: #A4BD2D;
}
.BgClassName
{
background-color: #A4BD2D;
}
</style>
border-color css
<style>
span { border-color: #A4BD2D; }
span { border-color: rgb(164,189,45); }
td.TdClassName
{
border-color: #A4BD2D;
}
.TagClassName
{
border-color: #A4BD2D;
}
</style>