Shades of Bahia #ACBA2D
Tints of Bahia #ACBA2D
RGB
CMYK
RGB Variations
Color information
#ACBA2D (or 0xACBA2D) is known color: Bahia. HEX triplet: AC, BA and 2D. RGB value is (172,186,45). Sum of RGB (Red+Green+Blue) = 172+186+45=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA2D is #5345D2. Grayscale: #A6A6A6. Windows color (decimal): -5457363 or 2996908. OLE color: 2996908.
HSL color Cylindrical-coordinate representation of color #ACBA2D: hue angle of 65.96º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACBA2D is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 45 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.27 |
| HSL | 65.96º | 0.61% | 0.45% | - |
| HSV(B) | 65.96º | 0.76% | 0.73% | - |
| XYZ | 35.05 | 44.08 | 9.14 | - |
| YUV | 165.74 | 59.86 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 45 | 0.08 | 0 | 0.76 | 0.27 | 65.96 | 0.61 | 0.45 |
| Hex | AC | BA | 2D | 8 | 0 | 4C | 1B | 42 | 3D | 2D |
| Octal | 254 | 272 | 55 | 10 | 0 | 114 | 33 | 102 | 75 | 55 |
| Binary | 10101100 | 10111010 | 101101 | 1000 | 0 | 1001100 | 11011 | 1000010 | 111101 | 101101 |
Color Harmonies of #ACBA2D
Complementary color
Monochromatic Colors of #ACBA2D
Black with #ACBA2D
Text Example
Text Example
White with #ACBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA2D; }
p { color: rgb(172,186,45); }
H1.HeaderClassName
{
color: #ACBA2D;
}
.AnyTagClassName
{
color: #ACBA2D;
}
</style>
background-color css
<style>
a { background-color: #ACBA2D; }
a { background-color: rgb(172,186,45); }
div.DivClassName
{
background-color: #ACBA2D;
}
.BgClassName
{
background-color: #ACBA2D;
}
</style>
border-color css
<style>
span { border-color: #ACBA2D; }
span { border-color: rgb(172,186,45); }
td.TdClassName
{
border-color: #ACBA2D;
}
.TagClassName
{
border-color: #ACBA2D;
}
</style>