Shades of Bahia #AACB08
Tints of Bahia #AACB08
RGB
CMYK
RGB Variations
Color information
#AACB08 (or 0xAACB08) is known color: Bahia. HEX triplet: AA, CB and 08. RGB value is (170,203,8). Sum of RGB (Red+Green+Blue) = 170+203+8=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACB08 is #5534F7. Grayscale: #ABABAB. Windows color (decimal): -5584120 or 576426. OLE color: 576426.
HSL color Cylindrical-coordinate representation of color #AACB08: hue angle of 70.15º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AACB08 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 8 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.20 |
| HSL | 70.15º | 0.92% | 0.41% | - |
| HSV(B) | 70.15º | 0.96% | 0.8% | - |
| XYZ | 37.98 | 51.28 | 8.13 | - |
| YUV | 170.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 8 | 0.16 | 0 | 0.96 | 0.20 | 70.15 | 0.92 | 0.41 |
| Hex | AA | CB | 8 | 10 | 0 | 60 | 14 | 46 | 5C | 29 |
| Octal | 252 | 313 | 10 | 20 | 0 | 140 | 24 | 106 | 134 | 51 |
| Binary | 10101010 | 11001011 | 1000 | 10000 | 0 | 1100000 | 10100 | 1000110 | 1011100 | 101001 |
Color Harmonies of #AACB08
Complementary color
Monochromatic Colors of #AACB08
Black with #AACB08
Text Example
Text Example
White with #AACB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB08; }
p { color: rgb(170,203,8); }
H1.HeaderClassName
{
color: #AACB08;
}
.AnyTagClassName
{
color: #AACB08;
}
</style>
background-color css
<style>
a { background-color: #AACB08; }
a { background-color: rgb(170,203,8); }
div.DivClassName
{
background-color: #AACB08;
}
.BgClassName
{
background-color: #AACB08;
}
</style>
border-color css
<style>
span { border-color: #AACB08; }
span { border-color: rgb(170,203,8); }
td.TdClassName
{
border-color: #AACB08;
}
.TagClassName
{
border-color: #AACB08;
}
</style>