Shades of Bahia #ACB927
Tints of Bahia #ACB927
RGB
CMYK
RGB Variations
Color information
#ACB927 (or 0xACB927) is known color: Bahia. HEX triplet: AC, B9 and 27. RGB value is (172,185,39). Sum of RGB (Red+Green+Blue) = 172+185+39=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB927 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB927 is #5346D8. Grayscale: #A5A5A5. Windows color (decimal): -5457625 or 2603436. OLE color: 2603436.
HSL color Cylindrical-coordinate representation of color #ACB927: hue angle of 65.34º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACB927 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 39 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.27 |
| HSL | 65.34º | 0.65% | 0.44% | - |
| HSV(B) | 65.34º | 0.79% | 0.73% | - |
| XYZ | 34.73 | 43.62 | 8.51 | - |
| YUV | 164.47 | 57.19 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 39 | 0.07 | 0 | 0.79 | 0.27 | 65.34 | 0.65 | 0.44 |
| Hex | AC | B9 | 27 | 7 | 0 | 4F | 1B | 41 | 41 | 2C |
| Octal | 254 | 271 | 47 | 7 | 0 | 117 | 33 | 101 | 101 | 54 |
| Binary | 10101100 | 10111001 | 100111 | 111 | 0 | 1001111 | 11011 | 1000001 | 1000001 | 101100 |
Color Harmonies of #ACB927
Complementary color
Monochromatic Colors of #ACB927
Black with #ACB927
Text Example
Text Example
White with #ACB927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB927; }
p { color: rgb(172,185,39); }
H1.HeaderClassName
{
color: #ACB927;
}
.AnyTagClassName
{
color: #ACB927;
}
</style>
background-color css
<style>
a { background-color: #ACB927; }
a { background-color: rgb(172,185,39); }
div.DivClassName
{
background-color: #ACB927;
}
.BgClassName
{
background-color: #ACB927;
}
</style>
border-color css
<style>
span { border-color: #ACB927; }
span { border-color: rgb(172,185,39); }
td.TdClassName
{
border-color: #ACB927;
}
.TagClassName
{
border-color: #ACB927;
}
</style>