Shades of Bahia #AAC21B
Tints of Bahia #AAC21B
RGB
CMYK
RGB Variations
Color information
#AAC21B (or 0xAAC21B) is known color: Bahia. HEX triplet: AA, C2 and 1B. RGB value is (170,194,27). Sum of RGB (Red+Green+Blue) = 170+194+27=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC21B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC21B is #553DE4. Grayscale: #A8A8A8. Windows color (decimal): -5586405 or 1819306. OLE color: 1819306.
HSL color Cylindrical-coordinate representation of color #AAC21B: hue angle of 68.62º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAC21B is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 27 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.24 |
| HSL | 68.62º | 0.76% | 0.43% | - |
| HSV(B) | 68.62º | 0.86% | 0.76% | - |
| XYZ | 36.07 | 47.21 | 8.25 | - |
| YUV | 167.79 | 48.55 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 27 | 0.12 | 0 | 0.86 | 0.24 | 68.62 | 0.76 | 0.43 |
| Hex | AA | C2 | 1B | C | 0 | 56 | 18 | 45 | 4C | 2B |
| Octal | 252 | 302 | 33 | 14 | 0 | 126 | 30 | 105 | 114 | 53 |
| Binary | 10101010 | 11000010 | 11011 | 1100 | 0 | 1010110 | 11000 | 1000101 | 1001100 | 101011 |
Color Harmonies of #AAC21B
Complementary color
Monochromatic Colors of #AAC21B
Black with #AAC21B
Text Example
Text Example
White with #AAC21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC21B; }
p { color: rgb(170,194,27); }
H1.HeaderClassName
{
color: #AAC21B;
}
.AnyTagClassName
{
color: #AAC21B;
}
</style>
background-color css
<style>
a { background-color: #AAC21B; }
a { background-color: rgb(170,194,27); }
div.DivClassName
{
background-color: #AAC21B;
}
.BgClassName
{
background-color: #AAC21B;
}
</style>
border-color css
<style>
span { border-color: #AAC21B; }
span { border-color: rgb(170,194,27); }
td.TdClassName
{
border-color: #AAC21B;
}
.TagClassName
{
border-color: #AAC21B;
}
</style>