Shades of Bahia #ACB01C
Tints of Bahia #ACB01C
RGB
CMYK
RGB Variations
Color information
#ACB01C (or 0xACB01C) is known color: Bahia. HEX triplet: AC, B0 and 1C. RGB value is (172,176,28). Sum of RGB (Red+Green+Blue) = 172+176+28=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB01C is #534FE3. Grayscale: #9E9E9E. Windows color (decimal): -5459940 or 1880236. OLE color: 1880236.
HSL color Cylindrical-coordinate representation of color #ACB01C: hue angle of 61.62º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACB01C is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 28 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.31 |
| HSL | 61.62º | 0.73% | 0.4% | - |
| HSV(B) | 61.62º | 0.84% | 0.69% | - |
| XYZ | 32.75 | 39.91 | 7.08 | - |
| YUV | 157.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 28 | 0.02 | 0 | 0.84 | 0.31 | 61.62 | 0.73 | 0.4 |
| Hex | AC | B0 | 1C | 2 | 0 | 54 | 1F | 3E | 49 | 28 |
| Octal | 254 | 260 | 34 | 2 | 0 | 124 | 37 | 76 | 111 | 50 |
| Binary | 10101100 | 10110000 | 11100 | 10 | 0 | 1010100 | 11111 | 111110 | 1001001 | 101000 |
Color Harmonies of #ACB01C
Complementary color
Monochromatic Colors of #ACB01C
Black with #ACB01C
Text Example
Text Example
White with #ACB01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB01C; }
p { color: rgb(172,176,28); }
H1.HeaderClassName
{
color: #ACB01C;
}
.AnyTagClassName
{
color: #ACB01C;
}
</style>
background-color css
<style>
a { background-color: #ACB01C; }
a { background-color: rgb(172,176,28); }
div.DivClassName
{
background-color: #ACB01C;
}
.BgClassName
{
background-color: #ACB01C;
}
</style>
border-color css
<style>
span { border-color: #ACB01C; }
span { border-color: rgb(172,176,28); }
td.TdClassName
{
border-color: #ACB01C;
}
.TagClassName
{
border-color: #ACB01C;
}
</style>