Shades of Bahia #ACB330
Tints of Bahia #ACB330
RGB
CMYK
RGB Variations
Color information
#ACB330 (or 0xACB330) is known color: Bahia. HEX triplet: AC, B3 and 30. RGB value is (172,179,48). Sum of RGB (Red+Green+Blue) = 172+179+48=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB330 is #534CCF. Grayscale: #A2A2A2. Windows color (decimal): -5459152 or 3191724. OLE color: 3191724.
HSL color Cylindrical-coordinate representation of color #ACB330: hue angle of 63.21º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACB330 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 48 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.30 |
| HSL | 63.21º | 0.58% | 0.45% | - |
| HSV(B) | 63.21º | 0.73% | 0.7% | - |
| XYZ | 33.67 | 41.22 | 8.98 | - |
| YUV | 161.97 | 63.68 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 48 | 0.04 | 0 | 0.73 | 0.30 | 63.21 | 0.58 | 0.45 |
| Hex | AC | B3 | 30 | 4 | 0 | 49 | 1E | 3F | 3A | 2D |
| Octal | 254 | 263 | 60 | 4 | 0 | 111 | 36 | 77 | 72 | 55 |
| Binary | 10101100 | 10110011 | 110000 | 100 | 0 | 1001001 | 11110 | 111111 | 111010 | 101101 |
Color Harmonies of #ACB330
Complementary color
Monochromatic Colors of #ACB330
Black with #ACB330
Text Example
Text Example
White with #ACB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB330; }
p { color: rgb(172,179,48); }
H1.HeaderClassName
{
color: #ACB330;
}
.AnyTagClassName
{
color: #ACB330;
}
</style>
background-color css
<style>
a { background-color: #ACB330; }
a { background-color: rgb(172,179,48); }
div.DivClassName
{
background-color: #ACB330;
}
.BgClassName
{
background-color: #ACB330;
}
</style>
border-color css
<style>
span { border-color: #ACB330; }
span { border-color: rgb(172,179,48); }
td.TdClassName
{
border-color: #ACB330;
}
.TagClassName
{
border-color: #ACB330;
}
</style>