Shades of Bahia #ACB82D
Tints of Bahia #ACB82D
RGB
CMYK
RGB Variations
Color information
#ACB82D (or 0xACB82D) is known color: Bahia. HEX triplet: AC, B8 and 2D. RGB value is (172,184,45). Sum of RGB (Red+Green+Blue) = 172+184+45=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB82D is #5347D2. Grayscale: #A5A5A5. Windows color (decimal): -5457875 or 2996396. OLE color: 2996396.
HSL color Cylindrical-coordinate representation of color #ACB82D: hue angle of 65.18º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACB82D is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 45 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.28 |
| HSL | 65.18º | 0.61% | 0.45% | - |
| HSV(B) | 65.18º | 0.76% | 0.72% | - |
| XYZ | 34.63 | 43.24 | 9 | - |
| YUV | 164.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 45 | 0.07 | 0 | 0.76 | 0.28 | 65.18 | 0.61 | 0.45 |
| Hex | AC | B8 | 2D | 7 | 0 | 4C | 1C | 41 | 3D | 2D |
| Octal | 254 | 270 | 55 | 7 | 0 | 114 | 34 | 101 | 75 | 55 |
| Binary | 10101100 | 10111000 | 101101 | 111 | 0 | 1001100 | 11100 | 1000001 | 111101 | 101101 |
Color Harmonies of #ACB82D
Complementary color
Monochromatic Colors of #ACB82D
Black with #ACB82D
Text Example
Text Example
White with #ACB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB82D; }
p { color: rgb(172,184,45); }
H1.HeaderClassName
{
color: #ACB82D;
}
.AnyTagClassName
{
color: #ACB82D;
}
</style>
background-color css
<style>
a { background-color: #ACB82D; }
a { background-color: rgb(172,184,45); }
div.DivClassName
{
background-color: #ACB82D;
}
.BgClassName
{
background-color: #ACB82D;
}
</style>
border-color css
<style>
span { border-color: #ACB82D; }
span { border-color: rgb(172,184,45); }
td.TdClassName
{
border-color: #ACB82D;
}
.TagClassName
{
border-color: #ACB82D;
}
</style>