Shades of Bahia #AACB0D
Tints of Bahia #AACB0D
RGB
CMYK
RGB Variations
Color information
#AACB0D (or 0xAACB0D) is known color: Bahia. HEX triplet: AA, CB and 0D. RGB value is (170,203,13). Sum of RGB (Red+Green+Blue) = 170+203+13=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACB0D is #5534F2. Grayscale: #ACACAC. Windows color (decimal): -5584115 or 904106. OLE color: 904106.
HSL color Cylindrical-coordinate representation of color #AACB0D: hue angle of 70.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AACB0D is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 13 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.20 |
| HSL | 70.42º | 0.88% | 0.42% | - |
| HSV(B) | 70.42º | 0.94% | 0.8% | - |
| XYZ | 38.01 | 51.29 | 8.28 | - |
| YUV | 171.47 | 38.57 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 13 | 0.16 | 0 | 0.94 | 0.20 | 70.42 | 0.88 | 0.42 |
| Hex | AA | CB | D | 10 | 0 | 5E | 14 | 46 | 58 | 2A |
| Octal | 252 | 313 | 15 | 20 | 0 | 136 | 24 | 106 | 130 | 52 |
| Binary | 10101010 | 11001011 | 1101 | 10000 | 0 | 1011110 | 10100 | 1000110 | 1011000 | 101010 |
Color Harmonies of #AACB0D
Complementary color
Monochromatic Colors of #AACB0D
Black with #AACB0D
Text Example
Text Example
White with #AACB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB0D; }
p { color: rgb(170,203,13); }
H1.HeaderClassName
{
color: #AACB0D;
}
.AnyTagClassName
{
color: #AACB0D;
}
</style>
background-color css
<style>
a { background-color: #AACB0D; }
a { background-color: rgb(170,203,13); }
div.DivClassName
{
background-color: #AACB0D;
}
.BgClassName
{
background-color: #AACB0D;
}
</style>
border-color css
<style>
span { border-color: #AACB0D; }
span { border-color: rgb(170,203,13); }
td.TdClassName
{
border-color: #AACB0D;
}
.TagClassName
{
border-color: #AACB0D;
}
</style>