Shades of Bahia #ACB932
Tints of Bahia #ACB932
RGB
CMYK
RGB Variations
Color information
#ACB932 (or 0xACB932) is known color: Bahia. HEX triplet: AC, B9 and 32. RGB value is (172,185,50). Sum of RGB (Red+Green+Blue) = 172+185+50=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB932 is #5346CD. Grayscale: #A6A6A6. Windows color (decimal): -5457614 or 3324332. OLE color: 3324332.
HSL color Cylindrical-coordinate representation of color #ACB932: hue angle of 65.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACB932 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 50 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.27 |
| HSL | 65.78º | 0.57% | 0.46% | - |
| HSV(B) | 65.78º | 0.73% | 0.73% | - |
| XYZ | 34.94 | 43.7 | 9.61 | - |
| YUV | 165.72 | 62.69 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 50 | 0.07 | 0 | 0.73 | 0.27 | 65.78 | 0.57 | 0.46 |
| Hex | AC | B9 | 32 | 7 | 0 | 49 | 1B | 42 | 39 | 2E |
| Octal | 254 | 271 | 62 | 7 | 0 | 111 | 33 | 102 | 71 | 56 |
| Binary | 10101100 | 10111001 | 110010 | 111 | 0 | 1001001 | 11011 | 1000010 | 111001 | 101110 |
Color Harmonies of #ACB932
Complementary color
Monochromatic Colors of #ACB932
Black with #ACB932
Text Example
Text Example
White with #ACB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB932; }
p { color: rgb(172,185,50); }
H1.HeaderClassName
{
color: #ACB932;
}
.AnyTagClassName
{
color: #ACB932;
}
</style>
background-color css
<style>
a { background-color: #ACB932; }
a { background-color: rgb(172,185,50); }
div.DivClassName
{
background-color: #ACB932;
}
.BgClassName
{
background-color: #ACB932;
}
</style>
border-color css
<style>
span { border-color: #ACB932; }
span { border-color: rgb(172,185,50); }
td.TdClassName
{
border-color: #ACB932;
}
.TagClassName
{
border-color: #ACB932;
}
</style>