Shades of Bahia #ACB82B
Tints of Bahia #ACB82B
RGB
CMYK
RGB Variations
Color information
#ACB82B (or 0xACB82B) is known color: Bahia. HEX triplet: AC, B8 and 2B. RGB value is (172,184,43). Sum of RGB (Red+Green+Blue) = 172+184+43=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB82B is #5347D4. Grayscale: #A4A4A4. Windows color (decimal): -5457877 or 2865324. OLE color: 2865324.
HSL color Cylindrical-coordinate representation of color #ACB82B: hue angle of 65.11º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACB82B is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 43 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.28 |
| HSL | 65.11º | 0.62% | 0.45% | - |
| HSV(B) | 65.11º | 0.77% | 0.72% | - |
| XYZ | 34.59 | 43.23 | 8.81 | - |
| YUV | 164.34 | 59.52 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 43 | 0.07 | 0 | 0.77 | 0.28 | 65.11 | 0.62 | 0.45 |
| Hex | AC | B8 | 2B | 7 | 0 | 4D | 1C | 41 | 3E | 2D |
| Octal | 254 | 270 | 53 | 7 | 0 | 115 | 34 | 101 | 76 | 55 |
| Binary | 10101100 | 10111000 | 101011 | 111 | 0 | 1001101 | 11100 | 1000001 | 111110 | 101101 |
Color Harmonies of #ACB82B
Complementary color
Monochromatic Colors of #ACB82B
Black with #ACB82B
Text Example
Text Example
White with #ACB82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB82B; }
p { color: rgb(172,184,43); }
H1.HeaderClassName
{
color: #ACB82B;
}
.AnyTagClassName
{
color: #ACB82B;
}
</style>
background-color css
<style>
a { background-color: #ACB82B; }
a { background-color: rgb(172,184,43); }
div.DivClassName
{
background-color: #ACB82B;
}
.BgClassName
{
background-color: #ACB82B;
}
</style>
border-color css
<style>
span { border-color: #ACB82B; }
span { border-color: rgb(172,184,43); }
td.TdClassName
{
border-color: #ACB82B;
}
.TagClassName
{
border-color: #ACB82B;
}
</style>