Shades of Bahia #AAC827
Tints of Bahia #AAC827
RGB
CMYK
RGB Variations
Color information
#AAC827 (or 0xAAC827) is known color: Bahia. HEX triplet: AA, C8 and 27. RGB value is (170,200,39). Sum of RGB (Red+Green+Blue) = 170+200+39=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC827 is #5537D8. Grayscale: #ADADAD. Windows color (decimal): -5584857 or 2607274. OLE color: 2607274.
HSL color Cylindrical-coordinate representation of color #AAC827: hue angle of 71.18º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAC827 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 39 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.22 |
| HSL | 71.18º | 0.67% | 0.47% | - |
| HSV(B) | 71.18º | 0.81% | 0.78% | - |
| XYZ | 37.6 | 50 | 9.59 | - |
| YUV | 172.68 | 52.56 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 39 | 0.15 | 0 | 0.80 | 0.22 | 71.18 | 0.67 | 0.47 |
| Hex | AA | C8 | 27 | F | 0 | 50 | 16 | 47 | 43 | 2F |
| Octal | 252 | 310 | 47 | 17 | 0 | 120 | 26 | 107 | 103 | 57 |
| Binary | 10101010 | 11001000 | 100111 | 1111 | 0 | 1010000 | 10110 | 1000111 | 1000011 | 101111 |
Color Harmonies of #AAC827
Complementary color
Monochromatic Colors of #AAC827
Black with #AAC827
Text Example
Text Example
White with #AAC827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC827; }
p { color: rgb(170,200,39); }
H1.HeaderClassName
{
color: #AAC827;
}
.AnyTagClassName
{
color: #AAC827;
}
</style>
background-color css
<style>
a { background-color: #AAC827; }
a { background-color: rgb(170,200,39); }
div.DivClassName
{
background-color: #AAC827;
}
.BgClassName
{
background-color: #AAC827;
}
</style>
border-color css
<style>
span { border-color: #AAC827; }
span { border-color: rgb(170,200,39); }
td.TdClassName
{
border-color: #AAC827;
}
.TagClassName
{
border-color: #AAC827;
}
</style>