Shades of Bahia #AAC51C
Tints of Bahia #AAC51C
RGB
CMYK
RGB Variations
Color information
#AAC51C (or 0xAAC51C) is known color: Bahia. HEX triplet: AA, C5 and 1C. RGB value is (170,197,28). Sum of RGB (Red+Green+Blue) = 170+197+28=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC51C is #553AE3. Grayscale: #AAAAAA. Windows color (decimal): -5585636 or 1885610. OLE color: 1885610.
HSL color Cylindrical-coordinate representation of color #AAC51C: hue angle of 69.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAC51C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 28 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.23 |
| HSL | 69.59º | 0.75% | 0.44% | - |
| HSV(B) | 69.59º | 0.86% | 0.77% | - |
| XYZ | 36.75 | 48.56 | 8.53 | - |
| YUV | 169.66 | 48.05 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 28 | 0.14 | 0 | 0.86 | 0.23 | 69.59 | 0.75 | 0.44 |
| Hex | AA | C5 | 1C | E | 0 | 56 | 17 | 46 | 4B | 2C |
| Octal | 252 | 305 | 34 | 16 | 0 | 126 | 27 | 106 | 113 | 54 |
| Binary | 10101010 | 11000101 | 11100 | 1110 | 0 | 1010110 | 10111 | 1000110 | 1001011 | 101100 |
Color Harmonies of #AAC51C
Complementary color
Monochromatic Colors of #AAC51C
Black with #AAC51C
Text Example
Text Example
White with #AAC51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC51C; }
p { color: rgb(170,197,28); }
H1.HeaderClassName
{
color: #AAC51C;
}
.AnyTagClassName
{
color: #AAC51C;
}
</style>
background-color css
<style>
a { background-color: #AAC51C; }
a { background-color: rgb(170,197,28); }
div.DivClassName
{
background-color: #AAC51C;
}
.BgClassName
{
background-color: #AAC51C;
}
</style>
border-color css
<style>
span { border-color: #AAC51C; }
span { border-color: rgb(170,197,28); }
td.TdClassName
{
border-color: #AAC51C;
}
.TagClassName
{
border-color: #AAC51C;
}
</style>