Shades of Bahia #AABC13
Tints of Bahia #AABC13
RGB
CMYK
RGB Variations
Color information
#AABC13 (or 0xAABC13) is known color: Bahia. HEX triplet: AA, BC and 13. RGB value is (170,188,19). Sum of RGB (Red+Green+Blue) = 170+188+19=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC13 is #5543EC. Grayscale: #A4A4A4. Windows color (decimal): -5587949 or 1293482. OLE color: 1293482.
HSL color Cylindrical-coordinate representation of color #AABC13: hue angle of 66.39º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AABC13 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 19 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.26 |
| HSL | 66.39º | 0.82% | 0.41% | - |
| HSV(B) | 66.39º | 0.9% | 0.74% | - |
| XYZ | 34.68 | 44.56 | 7.39 | - |
| YUV | 163.35 | 46.54 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 19 | 0.10 | 0 | 0.90 | 0.26 | 66.39 | 0.82 | 0.41 |
| Hex | AA | BC | 13 | A | 0 | 5A | 1A | 42 | 52 | 29 |
| Octal | 252 | 274 | 23 | 12 | 0 | 132 | 32 | 102 | 122 | 51 |
| Binary | 10101010 | 10111100 | 10011 | 1010 | 0 | 1011010 | 11010 | 1000010 | 1010010 | 101001 |
Color Harmonies of #AABC13
Complementary color
Monochromatic Colors of #AABC13
Black with #AABC13
Text Example
Text Example
White with #AABC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC13; }
p { color: rgb(170,188,19); }
H1.HeaderClassName
{
color: #AABC13;
}
.AnyTagClassName
{
color: #AABC13;
}
</style>
background-color css
<style>
a { background-color: #AABC13; }
a { background-color: rgb(170,188,19); }
div.DivClassName
{
background-color: #AABC13;
}
.BgClassName
{
background-color: #AABC13;
}
</style>
border-color css
<style>
span { border-color: #AABC13; }
span { border-color: rgb(170,188,19); }
td.TdClassName
{
border-color: #AABC13;
}
.TagClassName
{
border-color: #AABC13;
}
</style>