Shades of Bahia #ACB734
Tints of Bahia #ACB734
RGB
CMYK
RGB Variations
Color information
#ACB734 (or 0xACB734) is known color: Bahia. HEX triplet: AC, B7 and 34. RGB value is (172,183,52). Sum of RGB (Red+Green+Blue) = 172+183+52=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB734 is #5348CB. Grayscale: #A5A5A5. Windows color (decimal): -5458124 or 3454892. OLE color: 3454892.
HSL color Cylindrical-coordinate representation of color #ACB734: hue angle of 65.04º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACB734 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 52 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.28 |
| HSL | 65.04º | 0.56% | 0.46% | - |
| HSV(B) | 65.04º | 0.72% | 0.72% | - |
| XYZ | 34.57 | 42.89 | 9.7 | - |
| YUV | 164.78 | 64.36 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 52 | 0.06 | 0 | 0.72 | 0.28 | 65.04 | 0.56 | 0.46 |
| Hex | AC | B7 | 34 | 6 | 0 | 48 | 1C | 41 | 38 | 2E |
| Octal | 254 | 267 | 64 | 6 | 0 | 110 | 34 | 101 | 70 | 56 |
| Binary | 10101100 | 10110111 | 110100 | 110 | 0 | 1001000 | 11100 | 1000001 | 111000 | 101110 |
Color Harmonies of #ACB734
Complementary color
Monochromatic Colors of #ACB734
Black with #ACB734
Text Example
Text Example
White with #ACB734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB734; }
p { color: rgb(172,183,52); }
H1.HeaderClassName
{
color: #ACB734;
}
.AnyTagClassName
{
color: #ACB734;
}
</style>
background-color css
<style>
a { background-color: #ACB734; }
a { background-color: rgb(172,183,52); }
div.DivClassName
{
background-color: #ACB734;
}
.BgClassName
{
background-color: #ACB734;
}
</style>
border-color css
<style>
span { border-color: #ACB734; }
span { border-color: rgb(172,183,52); }
td.TdClassName
{
border-color: #ACB734;
}
.TagClassName
{
border-color: #ACB734;
}
</style>