Shades of Bahia #ACB830
Tints of Bahia #ACB830
RGB
CMYK
RGB Variations
Color information
#ACB830 (or 0xACB830) is known color: Bahia. HEX triplet: AC, B8 and 30. RGB value is (172,184,48). Sum of RGB (Red+Green+Blue) = 172+184+48=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB830 is #5347CF. Grayscale: #A5A5A5. Windows color (decimal): -5457872 or 3193004. OLE color: 3193004.
HSL color Cylindrical-coordinate representation of color #ACB830: hue angle of 65.29º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACB830 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 48 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.28 |
| HSL | 65.29º | 0.59% | 0.45% | - |
| HSV(B) | 65.29º | 0.74% | 0.72% | - |
| XYZ | 34.69 | 43.27 | 9.32 | - |
| YUV | 164.91 | 62.02 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 48 | 0.07 | 0 | 0.74 | 0.28 | 65.29 | 0.59 | 0.45 |
| Hex | AC | B8 | 30 | 7 | 0 | 4A | 1C | 41 | 3B | 2D |
| Octal | 254 | 270 | 60 | 7 | 0 | 112 | 34 | 101 | 73 | 55 |
| Binary | 10101100 | 10111000 | 110000 | 111 | 0 | 1001010 | 11100 | 1000001 | 111011 | 101101 |
Color Harmonies of #ACB830
Complementary color
Monochromatic Colors of #ACB830
Black with #ACB830
Text Example
Text Example
White with #ACB830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB830; }
p { color: rgb(172,184,48); }
H1.HeaderClassName
{
color: #ACB830;
}
.AnyTagClassName
{
color: #ACB830;
}
</style>
background-color css
<style>
a { background-color: #ACB830; }
a { background-color: rgb(172,184,48); }
div.DivClassName
{
background-color: #ACB830;
}
.BgClassName
{
background-color: #ACB830;
}
</style>
border-color css
<style>
span { border-color: #ACB830; }
span { border-color: rgb(172,184,48); }
td.TdClassName
{
border-color: #ACB830;
}
.TagClassName
{
border-color: #ACB830;
}
</style>