Shades of Bahia #ACB11B
Tints of Bahia #ACB11B
RGB
CMYK
RGB Variations
Color information
#ACB11B (or 0xACB11B) is known color: Bahia. HEX triplet: AC, B1 and 1B. RGB value is (172,177,27). Sum of RGB (Red+Green+Blue) = 172+177+27=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB11B is #534EE4. Grayscale: #9F9F9F. Windows color (decimal): -5459685 or 1814956. OLE color: 1814956.
HSL color Cylindrical-coordinate representation of color #ACB11B: hue angle of 62º 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 #ACB11B is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 27 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.31 |
| HSL | 62º | 0.74% | 0.4% | - |
| HSV(B) | 62º | 0.85% | 0.69% | - |
| XYZ | 32.93 | 40.29 | 7.08 | - |
| YUV | 158.41 | 53.84 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 27 | 0.03 | 0 | 0.85 | 0.31 | 62 | 0.74 | 0.4 |
| Hex | AC | B1 | 1B | 3 | 0 | 55 | 1F | 3E | 4A | 28 |
| Octal | 254 | 261 | 33 | 3 | 0 | 125 | 37 | 76 | 112 | 50 |
| Binary | 10101100 | 10110001 | 11011 | 11 | 0 | 1010101 | 11111 | 111110 | 1001010 | 101000 |
Color Harmonies of #ACB11B
Complementary color
Monochromatic Colors of #ACB11B
Black with #ACB11B
Text Example
Text Example
White with #ACB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB11B; }
p { color: rgb(172,177,27); }
H1.HeaderClassName
{
color: #ACB11B;
}
.AnyTagClassName
{
color: #ACB11B;
}
</style>
background-color css
<style>
a { background-color: #ACB11B; }
a { background-color: rgb(172,177,27); }
div.DivClassName
{
background-color: #ACB11B;
}
.BgClassName
{
background-color: #ACB11B;
}
</style>
border-color css
<style>
span { border-color: #ACB11B; }
span { border-color: rgb(172,177,27); }
td.TdClassName
{
border-color: #ACB11B;
}
.TagClassName
{
border-color: #ACB11B;
}
</style>