Shades of Bahia #AABD2D
Tints of Bahia #AABD2D
RGB
CMYK
RGB Variations
Color information
#AABD2D (or 0xAABD2D) is known color: Bahia. HEX triplet: AA, BD and 2D. RGB value is (170,189,45). Sum of RGB (Red+Green+Blue) = 170+189+45=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD2D is #5542D2. Grayscale: #A7A7A7. Windows color (decimal): -5587667 or 2997674. OLE color: 2997674.
HSL color Cylindrical-coordinate representation of color #AABD2D: hue angle of 67.92º 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 #AABD2D is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 45 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.26 |
| HSL | 67.92º | 0.62% | 0.46% | - |
| HSV(B) | 67.92º | 0.76% | 0.74% | - |
| XYZ | 35.25 | 45.13 | 9.34 | - |
| YUV | 166.9 | 59.21 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 45 | 0.10 | 0 | 0.76 | 0.26 | 67.92 | 0.62 | 0.46 |
| Hex | AA | BD | 2D | A | 0 | 4C | 1A | 44 | 3E | 2E |
| Octal | 252 | 275 | 55 | 12 | 0 | 114 | 32 | 104 | 76 | 56 |
| Binary | 10101010 | 10111101 | 101101 | 1010 | 0 | 1001100 | 11010 | 1000100 | 111110 | 101110 |
Color Harmonies of #AABD2D
Complementary color
Monochromatic Colors of #AABD2D
Black with #AABD2D
Text Example
Text Example
White with #AABD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD2D; }
p { color: rgb(170,189,45); }
H1.HeaderClassName
{
color: #AABD2D;
}
.AnyTagClassName
{
color: #AABD2D;
}
</style>
background-color css
<style>
a { background-color: #AABD2D; }
a { background-color: rgb(170,189,45); }
div.DivClassName
{
background-color: #AABD2D;
}
.BgClassName
{
background-color: #AABD2D;
}
</style>
border-color css
<style>
span { border-color: #AABD2D; }
span { border-color: rgb(170,189,45); }
td.TdClassName
{
border-color: #AABD2D;
}
.TagClassName
{
border-color: #AABD2D;
}
</style>