Shades of Bahia #ACB81A
Tints of Bahia #ACB81A
RGB
CMYK
RGB Variations
Color information
#ACB81A (or 0xACB81A) is known color: Bahia. HEX triplet: AC, B8 and 1A. RGB value is (172,184,26). Sum of RGB (Red+Green+Blue) = 172+184+26=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB81A is #5347E5. Grayscale: #A3A3A3. Windows color (decimal): -5457894 or 1751212. OLE color: 1751212.
HSL color Cylindrical-coordinate representation of color #ACB81A: hue angle of 64.56º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACB81A is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 26 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.28 |
| HSL | 64.56º | 0.75% | 0.41% | - |
| HSV(B) | 64.56º | 0.86% | 0.72% | - |
| XYZ | 34.34 | 43.13 | 7.49 | - |
| YUV | 162.4 | 51.02 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 26 | 0.07 | 0 | 0.86 | 0.28 | 64.56 | 0.75 | 0.41 |
| Hex | AC | B8 | 1A | 7 | 0 | 56 | 1C | 41 | 4B | 29 |
| Octal | 254 | 270 | 32 | 7 | 0 | 126 | 34 | 101 | 113 | 51 |
| Binary | 10101100 | 10111000 | 11010 | 111 | 0 | 1010110 | 11100 | 1000001 | 1001011 | 101001 |
Color Harmonies of #ACB81A
Complementary color
Monochromatic Colors of #ACB81A
Black with #ACB81A
Text Example
Text Example
White with #ACB81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB81A; }
p { color: rgb(172,184,26); }
H1.HeaderClassName
{
color: #ACB81A;
}
.AnyTagClassName
{
color: #ACB81A;
}
</style>
background-color css
<style>
a { background-color: #ACB81A; }
a { background-color: rgb(172,184,26); }
div.DivClassName
{
background-color: #ACB81A;
}
.BgClassName
{
background-color: #ACB81A;
}
</style>
border-color css
<style>
span { border-color: #ACB81A; }
span { border-color: rgb(172,184,26); }
td.TdClassName
{
border-color: #ACB81A;
}
.TagClassName
{
border-color: #ACB81A;
}
</style>