Shades of Bahia #ACB123
Tints of Bahia #ACB123
RGB
CMYK
RGB Variations
Color information
#ACB123 (or 0xACB123) is known color: Bahia. HEX triplet: AC, B1 and 23. RGB value is (172,177,35). Sum of RGB (Red+Green+Blue) = 172+177+35=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB123 is #534EDC. Grayscale: #9F9F9F. Windows color (decimal): -5459677 or 2339244. OLE color: 2339244.
HSL color Cylindrical-coordinate representation of color #ACB123: hue angle of 62.11º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACB123 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 35 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.31 |
| HSL | 62.11º | 0.67% | 0.42% | - |
| HSV(B) | 62.11º | 0.8% | 0.69% | - |
| XYZ | 33.04 | 40.34 | 7.63 | - |
| YUV | 159.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 35 | 0.03 | 0 | 0.80 | 0.31 | 62.11 | 0.67 | 0.42 |
| Hex | AC | B1 | 23 | 3 | 0 | 50 | 1F | 3E | 43 | 2A |
| Octal | 254 | 261 | 43 | 3 | 0 | 120 | 37 | 76 | 103 | 52 |
| Binary | 10101100 | 10110001 | 100011 | 11 | 0 | 1010000 | 11111 | 111110 | 1000011 | 101010 |
Color Harmonies of #ACB123
Complementary color
Monochromatic Colors of #ACB123
Black with #ACB123
Text Example
Text Example
White with #ACB123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB123; }
p { color: rgb(172,177,35); }
H1.HeaderClassName
{
color: #ACB123;
}
.AnyTagClassName
{
color: #ACB123;
}
</style>
background-color css
<style>
a { background-color: #ACB123; }
a { background-color: rgb(172,177,35); }
div.DivClassName
{
background-color: #ACB123;
}
.BgClassName
{
background-color: #ACB123;
}
</style>
border-color css
<style>
span { border-color: #ACB123; }
span { border-color: rgb(172,177,35); }
td.TdClassName
{
border-color: #ACB123;
}
.TagClassName
{
border-color: #ACB123;
}
</style>