Shades of Bahia #AACB2B
Tints of Bahia #AACB2B
RGB
CMYK
RGB Variations
Color information
#AACB2B (or 0xAACB2B) is known color: Bahia. HEX triplet: AA, CB and 2B. RGB value is (170,203,43). Sum of RGB (Red+Green+Blue) = 170+203+43=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB2B is #5534D4. Grayscale: #AFAFAF. Windows color (decimal): -5584085 or 2870186. OLE color: 2870186.
HSL color Cylindrical-coordinate representation of color #AACB2B: hue angle of 72.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AACB2B is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 43 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.20 |
| HSL | 72.38º | 0.65% | 0.48% | - |
| HSV(B) | 72.38º | 0.79% | 0.8% | - |
| XYZ | 38.37 | 51.43 | 10.19 | - |
| YUV | 174.89 | 53.57 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 43 | 0.16 | 0 | 0.79 | 0.20 | 72.38 | 0.65 | 0.48 |
| Hex | AA | CB | 2B | 10 | 0 | 4F | 14 | 48 | 41 | 30 |
| Octal | 252 | 313 | 53 | 20 | 0 | 117 | 24 | 110 | 101 | 60 |
| Binary | 10101010 | 11001011 | 101011 | 10000 | 0 | 1001111 | 10100 | 1001000 | 1000001 | 110000 |
Color Harmonies of #AACB2B
Complementary color
Monochromatic Colors of #AACB2B
Black with #AACB2B
Text Example
Text Example
White with #AACB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB2B; }
p { color: rgb(170,203,43); }
H1.HeaderClassName
{
color: #AACB2B;
}
.AnyTagClassName
{
color: #AACB2B;
}
</style>
background-color css
<style>
a { background-color: #AACB2B; }
a { background-color: rgb(170,203,43); }
div.DivClassName
{
background-color: #AACB2B;
}
.BgClassName
{
background-color: #AACB2B;
}
</style>
border-color css
<style>
span { border-color: #AACB2B; }
span { border-color: rgb(170,203,43); }
td.TdClassName
{
border-color: #AACB2B;
}
.TagClassName
{
border-color: #AACB2B;
}
</style>