Shades of Bahia #ACB72D
Tints of Bahia #ACB72D
RGB
CMYK
RGB Variations
Color information
#ACB72D (or 0xACB72D) is known color: Bahia. HEX triplet: AC, B7 and 2D. RGB value is (172,183,45). Sum of RGB (Red+Green+Blue) = 172+183+45=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB72D is #5348D2. Grayscale: #A4A4A4. Windows color (decimal): -5458131 or 2996140. OLE color: 2996140.
HSL color Cylindrical-coordinate representation of color #ACB72D: hue angle of 64.78º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACB72D is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 45 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.28 |
| HSL | 64.78º | 0.61% | 0.45% | - |
| HSV(B) | 64.78º | 0.75% | 0.72% | - |
| XYZ | 34.42 | 42.83 | 8.93 | - |
| YUV | 163.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 45 | 0.06 | 0 | 0.75 | 0.28 | 64.78 | 0.61 | 0.45 |
| Hex | AC | B7 | 2D | 6 | 0 | 4B | 1C | 41 | 3D | 2D |
| Octal | 254 | 267 | 55 | 6 | 0 | 113 | 34 | 101 | 75 | 55 |
| Binary | 10101100 | 10110111 | 101101 | 110 | 0 | 1001011 | 11100 | 1000001 | 111101 | 101101 |
Color Harmonies of #ACB72D
Complementary color
Monochromatic Colors of #ACB72D
Black with #ACB72D
Text Example
Text Example
White with #ACB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB72D; }
p { color: rgb(172,183,45); }
H1.HeaderClassName
{
color: #ACB72D;
}
.AnyTagClassName
{
color: #ACB72D;
}
</style>
background-color css
<style>
a { background-color: #ACB72D; }
a { background-color: rgb(172,183,45); }
div.DivClassName
{
background-color: #ACB72D;
}
.BgClassName
{
background-color: #ACB72D;
}
</style>
border-color css
<style>
span { border-color: #ACB72D; }
span { border-color: rgb(172,183,45); }
td.TdClassName
{
border-color: #ACB72D;
}
.TagClassName
{
border-color: #ACB72D;
}
</style>