Shades of Bahia #ACB81D
Tints of Bahia #ACB81D
RGB
CMYK
RGB Variations
Color information
#ACB81D (or 0xACB81D) is known color: Bahia. HEX triplet: AC, B8 and 1D. RGB value is (172,184,29). Sum of RGB (Red+Green+Blue) = 172+184+29=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB81D is #5347E2. Grayscale: #A3A3A3. Windows color (decimal): -5457891 or 1947820. OLE color: 1947820.
HSL color Cylindrical-coordinate representation of color #ACB81D: hue angle of 64.65º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACB81D is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 29 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.28 |
| HSL | 64.65º | 0.73% | 0.42% | - |
| HSV(B) | 64.65º | 0.84% | 0.72% | - |
| XYZ | 34.38 | 43.14 | 7.68 | - |
| YUV | 162.74 | 52.52 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 29 | 0.07 | 0 | 0.84 | 0.28 | 64.65 | 0.73 | 0.42 |
| Hex | AC | B8 | 1D | 7 | 0 | 54 | 1C | 41 | 49 | 2A |
| Octal | 254 | 270 | 35 | 7 | 0 | 124 | 34 | 101 | 111 | 52 |
| Binary | 10101100 | 10111000 | 11101 | 111 | 0 | 1010100 | 11100 | 1000001 | 1001001 | 101010 |
Color Harmonies of #ACB81D
Complementary color
Monochromatic Colors of #ACB81D
Black with #ACB81D
Text Example
Text Example
White with #ACB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB81D; }
p { color: rgb(172,184,29); }
H1.HeaderClassName
{
color: #ACB81D;
}
.AnyTagClassName
{
color: #ACB81D;
}
</style>
background-color css
<style>
a { background-color: #ACB81D; }
a { background-color: rgb(172,184,29); }
div.DivClassName
{
background-color: #ACB81D;
}
.BgClassName
{
background-color: #ACB81D;
}
</style>
border-color css
<style>
span { border-color: #ACB81D; }
span { border-color: rgb(172,184,29); }
td.TdClassName
{
border-color: #ACB81D;
}
.TagClassName
{
border-color: #ACB81D;
}
</style>