Shades of Bahia #AAC81B
Tints of Bahia #AAC81B
RGB
CMYK
RGB Variations
Color information
#AAC81B (or 0xAAC81B) is known color: Bahia. HEX triplet: AA, C8 and 1B. RGB value is (170,200,27). Sum of RGB (Red+Green+Blue) = 170+200+27=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC81B is #5537E4. Grayscale: #ABABAB. Windows color (decimal): -5584869 or 1820842. OLE color: 1820842.
HSL color Cylindrical-coordinate representation of color #AAC81B: hue angle of 70.4º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAC81B is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 27 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.22 |
| HSL | 70.4º | 0.76% | 0.45% | - |
| HSV(B) | 70.4º | 0.87% | 0.78% | - |
| XYZ | 37.43 | 49.93 | 8.7 | - |
| YUV | 171.31 | 46.56 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 27 | 0.15 | 0 | 0.86 | 0.22 | 70.4 | 0.76 | 0.45 |
| Hex | AA | C8 | 1B | F | 0 | 56 | 16 | 46 | 4C | 2D |
| Octal | 252 | 310 | 33 | 17 | 0 | 126 | 26 | 106 | 114 | 55 |
| Binary | 10101010 | 11001000 | 11011 | 1111 | 0 | 1010110 | 10110 | 1000110 | 1001100 | 101101 |
Color Harmonies of #AAC81B
Complementary color
Monochromatic Colors of #AAC81B
Black with #AAC81B
Text Example
Text Example
White with #AAC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC81B; }
p { color: rgb(170,200,27); }
H1.HeaderClassName
{
color: #AAC81B;
}
.AnyTagClassName
{
color: #AAC81B;
}
</style>
background-color css
<style>
a { background-color: #AAC81B; }
a { background-color: rgb(170,200,27); }
div.DivClassName
{
background-color: #AAC81B;
}
.BgClassName
{
background-color: #AAC81B;
}
</style>
border-color css
<style>
span { border-color: #AAC81B; }
span { border-color: rgb(170,200,27); }
td.TdClassName
{
border-color: #AAC81B;
}
.TagClassName
{
border-color: #AAC81B;
}
</style>