Shades of Bahia #ACB828
Tints of Bahia #ACB828
RGB
CMYK
RGB Variations
Color information
#ACB828 (or 0xACB828) is known color: Bahia. HEX triplet: AC, B8 and 28. RGB value is (172,184,40). Sum of RGB (Red+Green+Blue) = 172+184+40=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB828 is #5347D7. Grayscale: #A4A4A4. Windows color (decimal): -5457880 or 2668716. OLE color: 2668716.
HSL color Cylindrical-coordinate representation of color #ACB828: hue angle of 65º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACB828 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 40 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.28 |
| HSL | 65º | 0.64% | 0.44% | - |
| HSV(B) | 65º | 0.78% | 0.72% | - |
| XYZ | 34.54 | 43.2 | 8.53 | - |
| YUV | 164 | 58.02 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 40 | 0.07 | 0 | 0.78 | 0.28 | 65 | 0.64 | 0.44 |
| Hex | AC | B8 | 28 | 7 | 0 | 4E | 1C | 41 | 40 | 2C |
| Octal | 254 | 270 | 50 | 7 | 0 | 116 | 34 | 101 | 100 | 54 |
| Binary | 10101100 | 10111000 | 101000 | 111 | 0 | 1001110 | 11100 | 1000001 | 1000000 | 101100 |
Color Harmonies of #ACB828
Complementary color
Monochromatic Colors of #ACB828
Black with #ACB828
Text Example
Text Example
White with #ACB828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB828; }
p { color: rgb(172,184,40); }
H1.HeaderClassName
{
color: #ACB828;
}
.AnyTagClassName
{
color: #ACB828;
}
</style>
background-color css
<style>
a { background-color: #ACB828; }
a { background-color: rgb(172,184,40); }
div.DivClassName
{
background-color: #ACB828;
}
.BgClassName
{
background-color: #ACB828;
}
</style>
border-color css
<style>
span { border-color: #ACB828; }
span { border-color: rgb(172,184,40); }
td.TdClassName
{
border-color: #ACB828;
}
.TagClassName
{
border-color: #ACB828;
}
</style>