Shades of Bahia #ACB910
Tints of Bahia #ACB910
RGB
CMYK
RGB Variations
Color information
#ACB910 (or 0xACB910) is known color: Bahia. HEX triplet: AC, B9 and 10. RGB value is (172,185,16). Sum of RGB (Red+Green+Blue) = 172+185+16=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB910 is #5346EF. Grayscale: #A2A2A2. Windows color (decimal): -5457648 or 1096108. OLE color: 1096108.
HSL color Cylindrical-coordinate representation of color #ACB910: hue angle of 64.62º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACB910 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 16 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.27 |
| HSL | 64.62º | 0.84% | 0.39% | - |
| HSV(B) | 64.62º | 0.91% | 0.73% | - |
| XYZ | 34.46 | 43.51 | 7.07 | - |
| YUV | 161.85 | 45.69 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 16 | 0.07 | 0 | 0.91 | 0.27 | 64.62 | 0.84 | 0.39 |
| Hex | AC | B9 | 10 | 7 | 0 | 5B | 1B | 41 | 54 | 27 |
| Octal | 254 | 271 | 20 | 7 | 0 | 133 | 33 | 101 | 124 | 47 |
| Binary | 10101100 | 10111001 | 10000 | 111 | 0 | 1011011 | 11011 | 1000001 | 1010100 | 100111 |
Color Harmonies of #ACB910
Complementary color
Monochromatic Colors of #ACB910
Black with #ACB910
Text Example
Text Example
White with #ACB910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB910; }
p { color: rgb(172,185,16); }
H1.HeaderClassName
{
color: #ACB910;
}
.AnyTagClassName
{
color: #ACB910;
}
</style>
background-color css
<style>
a { background-color: #ACB910; }
a { background-color: rgb(172,185,16); }
div.DivClassName
{
background-color: #ACB910;
}
.BgClassName
{
background-color: #ACB910;
}
</style>
border-color css
<style>
span { border-color: #ACB910; }
span { border-color: rgb(172,185,16); }
td.TdClassName
{
border-color: #ACB910;
}
.TagClassName
{
border-color: #ACB910;
}
</style>