Shades of Bahia #ACB22D
Tints of Bahia #ACB22D
RGB
CMYK
RGB Variations
Color information
#ACB22D (or 0xACB22D) is known color: Bahia. HEX triplet: AC, B2 and 2D. RGB value is (172,178,45). Sum of RGB (Red+Green+Blue) = 172+178+45=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB22D is #534DD2. Grayscale: #A1A1A1. Windows color (decimal): -5459411 or 2994860. OLE color: 2994860.
HSL color Cylindrical-coordinate representation of color #ACB22D: hue angle of 62.71º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACB22D is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 45 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.30 |
| HSL | 62.71º | 0.6% | 0.44% | - |
| HSV(B) | 62.71º | 0.75% | 0.7% | - |
| XYZ | 33.41 | 40.8 | 8.6 | - |
| YUV | 161.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 45 | 0.03 | 0 | 0.75 | 0.30 | 62.71 | 0.6 | 0.44 |
| Hex | AC | B2 | 2D | 3 | 0 | 4B | 1E | 3F | 3C | 2C |
| Octal | 254 | 262 | 55 | 3 | 0 | 113 | 36 | 77 | 74 | 54 |
| Binary | 10101100 | 10110010 | 101101 | 11 | 0 | 1001011 | 11110 | 111111 | 111100 | 101100 |
Color Harmonies of #ACB22D
Complementary color
Monochromatic Colors of #ACB22D
Black with #ACB22D
Text Example
Text Example
White with #ACB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB22D; }
p { color: rgb(172,178,45); }
H1.HeaderClassName
{
color: #ACB22D;
}
.AnyTagClassName
{
color: #ACB22D;
}
</style>
background-color css
<style>
a { background-color: #ACB22D; }
a { background-color: rgb(172,178,45); }
div.DivClassName
{
background-color: #ACB22D;
}
.BgClassName
{
background-color: #ACB22D;
}
</style>
border-color css
<style>
span { border-color: #ACB22D; }
span { border-color: rgb(172,178,45); }
td.TdClassName
{
border-color: #ACB22D;
}
.TagClassName
{
border-color: #ACB22D;
}
</style>