Shades of Bahia #AAB62D
Tints of Bahia #AAB62D
RGB
CMYK
RGB Variations
Color information
#AAB62D (or 0xAAB62D) is known color: Bahia. HEX triplet: AA, B6 and 2D. RGB value is (170,182,45). Sum of RGB (Red+Green+Blue) = 170+182+45=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB62D is #5549D2. Grayscale: #A3A3A3. Windows color (decimal): -5589459 or 2995882. OLE color: 2995882.
HSL color Cylindrical-coordinate representation of color #AAB62D: hue angle of 65.26º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAB62D is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 45 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.29 |
| HSL | 65.26º | 0.6% | 0.45% | - |
| HSV(B) | 65.26º | 0.75% | 0.71% | - |
| XYZ | 33.78 | 42.19 | 8.85 | - |
| YUV | 162.79 | 61.52 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 45 | 0.07 | 0 | 0.75 | 0.29 | 65.26 | 0.6 | 0.45 |
| Hex | AA | B6 | 2D | 7 | 0 | 4B | 1D | 41 | 3C | 2D |
| Octal | 252 | 266 | 55 | 7 | 0 | 113 | 35 | 101 | 74 | 55 |
| Binary | 10101010 | 10110110 | 101101 | 111 | 0 | 1001011 | 11101 | 1000001 | 111100 | 101101 |
Color Harmonies of #AAB62D
Complementary color
Monochromatic Colors of #AAB62D
Black with #AAB62D
Text Example
Text Example
White with #AAB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB62D; }
p { color: rgb(170,182,45); }
H1.HeaderClassName
{
color: #AAB62D;
}
.AnyTagClassName
{
color: #AAB62D;
}
</style>
background-color css
<style>
a { background-color: #AAB62D; }
a { background-color: rgb(170,182,45); }
div.DivClassName
{
background-color: #AAB62D;
}
.BgClassName
{
background-color: #AAB62D;
}
</style>
border-color css
<style>
span { border-color: #AAB62D; }
span { border-color: rgb(170,182,45); }
td.TdClassName
{
border-color: #AAB62D;
}
.TagClassName
{
border-color: #AAB62D;
}
</style>