Shades of Bahia #AACC1B
Tints of Bahia #AACC1B
RGB
CMYK
RGB Variations
Color information
#AACC1B (or 0xAACC1B) is known color: Bahia. HEX triplet: AA, CC and 1B. RGB value is (170,204,27). Sum of RGB (Red+Green+Blue) = 170+204+27=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC1B is #5533E4. Grayscale: #AEAEAE. Windows color (decimal): -5583845 or 1821866. OLE color: 1821866.
HSL color Cylindrical-coordinate representation of color #AACC1B: hue angle of 71.53º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AACC1B is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 27 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.2 |
| HSL | 71.53º | 0.77% | 0.45% | - |
| HSV(B) | 71.53º | 0.87% | 0.8% | - |
| XYZ | 38.37 | 51.81 | 9.02 | - |
| YUV | 173.66 | 45.24 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 27 | 0.17 | 0 | 0.87 | 0.2 | 71.53 | 0.77 | 0.45 |
| Hex | AA | CC | 1B | 11 | 0 | 57 | 14 | 48 | 4D | 2D |
| Octal | 252 | 314 | 33 | 21 | 0 | 127 | 24 | 110 | 115 | 55 |
| Binary | 10101010 | 11001100 | 11011 | 10001 | 0 | 1010111 | 10100 | 1001000 | 1001101 | 101101 |
Color Harmonies of #AACC1B
Complementary color
Monochromatic Colors of #AACC1B
Black with #AACC1B
Text Example
Text Example
White with #AACC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC1B; }
p { color: rgb(170,204,27); }
H1.HeaderClassName
{
color: #AACC1B;
}
.AnyTagClassName
{
color: #AACC1B;
}
</style>
background-color css
<style>
a { background-color: #AACC1B; }
a { background-color: rgb(170,204,27); }
div.DivClassName
{
background-color: #AACC1B;
}
.BgClassName
{
background-color: #AACC1B;
}
</style>
border-color css
<style>
span { border-color: #AACC1B; }
span { border-color: rgb(170,204,27); }
td.TdClassName
{
border-color: #AACC1B;
}
.TagClassName
{
border-color: #AACC1B;
}
</style>