Shades of Bahia #AAC825
Tints of Bahia #AAC825
RGB
CMYK
RGB Variations
Color information
#AAC825 (or 0xAAC825) is known color: Bahia. HEX triplet: AA, C8 and 25. RGB value is (170,200,37). Sum of RGB (Red+Green+Blue) = 170+200+37=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC825 is #5537DA. Grayscale: #ADADAD. Windows color (decimal): -5584859 or 2476202. OLE color: 2476202.
HSL color Cylindrical-coordinate representation of color #AAC825: hue angle of 71.04º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAC825 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 37 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.22 |
| HSL | 71.04º | 0.69% | 0.46% | - |
| HSV(B) | 71.04º | 0.82% | 0.78% | - |
| XYZ | 37.57 | 49.99 | 9.42 | - |
| YUV | 172.45 | 51.56 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 37 | 0.15 | 0 | 0.82 | 0.22 | 71.04 | 0.69 | 0.46 |
| Hex | AA | C8 | 25 | F | 0 | 52 | 16 | 47 | 45 | 2E |
| Octal | 252 | 310 | 45 | 17 | 0 | 122 | 26 | 107 | 105 | 56 |
| Binary | 10101010 | 11001000 | 100101 | 1111 | 0 | 1010010 | 10110 | 1000111 | 1000101 | 101110 |
Color Harmonies of #AAC825
Complementary color
Monochromatic Colors of #AAC825
Black with #AAC825
Text Example
Text Example
White with #AAC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC825; }
p { color: rgb(170,200,37); }
H1.HeaderClassName
{
color: #AAC825;
}
.AnyTagClassName
{
color: #AAC825;
}
</style>
background-color css
<style>
a { background-color: #AAC825; }
a { background-color: rgb(170,200,37); }
div.DivClassName
{
background-color: #AAC825;
}
.BgClassName
{
background-color: #AAC825;
}
</style>
border-color css
<style>
span { border-color: #AAC825; }
span { border-color: rgb(170,200,37); }
td.TdClassName
{
border-color: #AAC825;
}
.TagClassName
{
border-color: #AAC825;
}
</style>