Shades of Bahia #A2BD2D
Tints of Bahia #A2BD2D
RGB
CMYK
RGB Variations
Color information
#A2BD2D (or 0xA2BD2D) is known color: Bahia. HEX triplet: A2, BD and 2D. RGB value is (162,189,45). Sum of RGB (Red+Green+Blue) = 162+189+45=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BD2D is #5D42D2. Grayscale: #A5A5A5. Windows color (decimal): -6111955 or 2997666. OLE color: 2997666.
HSL color Cylindrical-coordinate representation of color #A2BD2D: hue angle of 71.25º 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 #A2BD2D is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 45 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.26 |
| HSL | 71.25º | 0.62% | 0.46% | - |
| HSV(B) | 71.25º | 0.76% | 0.74% | - |
| XYZ | 33.57 | 44.27 | 9.26 | - |
| YUV | 164.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 45 | 0.14 | 0 | 0.76 | 0.26 | 71.25 | 0.62 | 0.46 |
| Hex | A2 | BD | 2D | E | 0 | 4C | 1A | 47 | 3E | 2E |
| Octal | 242 | 275 | 55 | 16 | 0 | 114 | 32 | 107 | 76 | 56 |
| Binary | 10100010 | 10111101 | 101101 | 1110 | 0 | 1001100 | 11010 | 1000111 | 111110 | 101110 |
Color Harmonies of #A2BD2D
Complementary color
Monochromatic Colors of #A2BD2D
Black with #A2BD2D
Text Example
Text Example
White with #A2BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD2D; }
p { color: rgb(162,189,45); }
H1.HeaderClassName
{
color: #A2BD2D;
}
.AnyTagClassName
{
color: #A2BD2D;
}
</style>
background-color css
<style>
a { background-color: #A2BD2D; }
a { background-color: rgb(162,189,45); }
div.DivClassName
{
background-color: #A2BD2D;
}
.BgClassName
{
background-color: #A2BD2D;
}
</style>
border-color css
<style>
span { border-color: #A2BD2D; }
span { border-color: rgb(162,189,45); }
td.TdClassName
{
border-color: #A2BD2D;
}
.TagClassName
{
border-color: #A2BD2D;
}
</style>