Shades of Bahia #ACB01A
Tints of Bahia #ACB01A
RGB
CMYK
RGB Variations
Color information
#ACB01A (or 0xACB01A) is known color: Bahia. HEX triplet: AC, B0 and 1A. RGB value is (172,176,26). Sum of RGB (Red+Green+Blue) = 172+176+26=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB01A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB01A is #534FE5. Grayscale: #9E9E9E. Windows color (decimal): -5459942 or 1749164. OLE color: 1749164.
HSL color Cylindrical-coordinate representation of color #ACB01A: hue angle of 61.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACB01A is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 26 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.31 |
| HSL | 61.6º | 0.74% | 0.4% | - |
| HSV(B) | 61.6º | 0.85% | 0.69% | - |
| XYZ | 32.73 | 39.9 | 6.95 | - |
| YUV | 157.7 | 53.67 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 26 | 0.02 | 0 | 0.85 | 0.31 | 61.6 | 0.74 | 0.4 |
| Hex | AC | B0 | 1A | 2 | 0 | 55 | 1F | 3E | 4A | 28 |
| Octal | 254 | 260 | 32 | 2 | 0 | 125 | 37 | 76 | 112 | 50 |
| Binary | 10101100 | 10110000 | 11010 | 10 | 0 | 1010101 | 11111 | 111110 | 1001010 | 101000 |
Color Harmonies of #ACB01A
Complementary color
Monochromatic Colors of #ACB01A
Black with #ACB01A
Text Example
Text Example
White with #ACB01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB01A; }
p { color: rgb(172,176,26); }
H1.HeaderClassName
{
color: #ACB01A;
}
.AnyTagClassName
{
color: #ACB01A;
}
</style>
background-color css
<style>
a { background-color: #ACB01A; }
a { background-color: rgb(172,176,26); }
div.DivClassName
{
background-color: #ACB01A;
}
.BgClassName
{
background-color: #ACB01A;
}
</style>
border-color css
<style>
span { border-color: #ACB01A; }
span { border-color: rgb(172,176,26); }
td.TdClassName
{
border-color: #ACB01A;
}
.TagClassName
{
border-color: #ACB01A;
}
</style>