Shades of Bahia #ACB118
Tints of Bahia #ACB118
RGB
CMYK
RGB Variations
Color information
#ACB118 (or 0xACB118) is known color: Bahia. HEX triplet: AC, B1 and 18. RGB value is (172,177,24). Sum of RGB (Red+Green+Blue) = 172+177+24=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB118 is #534EE7. Grayscale: #9E9E9E. Windows color (decimal): -5459688 or 1618348. OLE color: 1618348.
HSL color Cylindrical-coordinate representation of color #ACB118: hue angle of 61.96º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACB118 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 24 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.31 |
| HSL | 61.96º | 0.76% | 0.39% | - |
| HSV(B) | 61.96º | 0.86% | 0.69% | - |
| XYZ | 32.9 | 40.28 | 6.91 | - |
| YUV | 158.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 24 | 0.03 | 0 | 0.86 | 0.31 | 61.96 | 0.76 | 0.39 |
| Hex | AC | B1 | 18 | 3 | 0 | 56 | 1F | 3E | 4C | 27 |
| Octal | 254 | 261 | 30 | 3 | 0 | 126 | 37 | 76 | 114 | 47 |
| Binary | 10101100 | 10110001 | 11000 | 11 | 0 | 1010110 | 11111 | 111110 | 1001100 | 100111 |
Color Harmonies of #ACB118
Complementary color
Monochromatic Colors of #ACB118
Black with #ACB118
Text Example
Text Example
White with #ACB118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB118; }
p { color: rgb(172,177,24); }
H1.HeaderClassName
{
color: #ACB118;
}
.AnyTagClassName
{
color: #ACB118;
}
</style>
background-color css
<style>
a { background-color: #ACB118; }
a { background-color: rgb(172,177,24); }
div.DivClassName
{
background-color: #ACB118;
}
.BgClassName
{
background-color: #ACB118;
}
</style>
border-color css
<style>
span { border-color: #ACB118; }
span { border-color: rgb(172,177,24); }
td.TdClassName
{
border-color: #ACB118;
}
.TagClassName
{
border-color: #ACB118;
}
</style>