Shades of Bahia #ACB618
Tints of Bahia #ACB618
RGB
CMYK
RGB Variations
Color information
#ACB618 (or 0xACB618) is known color: Bahia. HEX triplet: AC, B6 and 18. RGB value is (172,182,24). Sum of RGB (Red+Green+Blue) = 172+182+24=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB618 is #5349E7. Grayscale: #A1A1A1. Windows color (decimal): -5458408 or 1619628. OLE color: 1619628.
HSL color Cylindrical-coordinate representation of color #ACB618: hue angle of 63.8º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACB618 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 24 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.29 |
| HSL | 63.8º | 0.77% | 0.4% | - |
| HSV(B) | 63.8º | 0.87% | 0.71% | - |
| XYZ | 33.91 | 42.29 | 7.24 | - |
| YUV | 161 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 24 | 0.05 | 0 | 0.87 | 0.29 | 63.8 | 0.77 | 0.4 |
| Hex | AC | B6 | 18 | 5 | 0 | 57 | 1D | 40 | 4D | 28 |
| Octal | 254 | 266 | 30 | 5 | 0 | 127 | 35 | 100 | 115 | 50 |
| Binary | 10101100 | 10110110 | 11000 | 101 | 0 | 1010111 | 11101 | 1000000 | 1001101 | 101000 |
Color Harmonies of #ACB618
Complementary color
Monochromatic Colors of #ACB618
Black with #ACB618
Text Example
Text Example
White with #ACB618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB618; }
p { color: rgb(172,182,24); }
H1.HeaderClassName
{
color: #ACB618;
}
.AnyTagClassName
{
color: #ACB618;
}
</style>
background-color css
<style>
a { background-color: #ACB618; }
a { background-color: rgb(172,182,24); }
div.DivClassName
{
background-color: #ACB618;
}
.BgClassName
{
background-color: #ACB618;
}
</style>
border-color css
<style>
span { border-color: #ACB618; }
span { border-color: rgb(172,182,24); }
td.TdClassName
{
border-color: #ACB618;
}
.TagClassName
{
border-color: #ACB618;
}
</style>