Shades of Bahia #ACB216
Tints of Bahia #ACB216
RGB
CMYK
RGB Variations
Color information
#ACB216 (or 0xACB216) is known color: Bahia. HEX triplet: AC, B2 and 16. RGB value is (172,178,22). Sum of RGB (Red+Green+Blue) = 172+178+22=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB216 is #534DE9. Grayscale: #9F9F9F. Windows color (decimal): -5459434 or 1487532. OLE color: 1487532.
HSL color Cylindrical-coordinate representation of color #ACB216: hue angle of 62.31º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACB216 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 22 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.30 |
| HSL | 62.31º | 0.78% | 0.39% | - |
| HSV(B) | 62.31º | 0.88% | 0.7% | - |
| XYZ | 33.08 | 40.67 | 6.87 | - |
| YUV | 158.42 | 51.01 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 22 | 0.03 | 0 | 0.88 | 0.30 | 62.31 | 0.78 | 0.39 |
| Hex | AC | B2 | 16 | 3 | 0 | 58 | 1E | 3E | 4E | 27 |
| Octal | 254 | 262 | 26 | 3 | 0 | 130 | 36 | 76 | 116 | 47 |
| Binary | 10101100 | 10110010 | 10110 | 11 | 0 | 1011000 | 11110 | 111110 | 1001110 | 100111 |
Color Harmonies of #ACB216
Complementary color
Monochromatic Colors of #ACB216
Black with #ACB216
Text Example
Text Example
White with #ACB216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB216; }
p { color: rgb(172,178,22); }
H1.HeaderClassName
{
color: #ACB216;
}
.AnyTagClassName
{
color: #ACB216;
}
</style>
background-color css
<style>
a { background-color: #ACB216; }
a { background-color: rgb(172,178,22); }
div.DivClassName
{
background-color: #ACB216;
}
.BgClassName
{
background-color: #ACB216;
}
</style>
border-color css
<style>
span { border-color: #ACB216; }
span { border-color: rgb(172,178,22); }
td.TdClassName
{
border-color: #ACB216;
}
.TagClassName
{
border-color: #ACB216;
}
</style>