Shades of Bahia #ACBD2C
Tints of Bahia #ACBD2C
RGB
CMYK
RGB Variations
Color information
#ACBD2C (or 0xACBD2C) is known color: Bahia. HEX triplet: AC, BD and 2C. RGB value is (172,189,44). Sum of RGB (Red+Green+Blue) = 172+189+44=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBD2C is #5342D3. Grayscale: #A7A7A7. Windows color (decimal): -5456596 or 2932140. OLE color: 2932140.
HSL color Cylindrical-coordinate representation of color #ACBD2C: hue angle of 67.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACBD2C is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 189 | 44 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.26 |
| HSL | 67.03º | 0.62% | 0.46% | - |
| HSV(B) | 67.03º | 0.77% | 0.74% | - |
| XYZ | 35.67 | 45.35 | 9.26 | - |
| YUV | 167.39 | 58.37 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 44 | 0.09 | 0 | 0.77 | 0.26 | 67.03 | 0.62 | 0.46 |
| Hex | AC | BD | 2C | 9 | 0 | 4D | 1A | 43 | 3E | 2E |
| Octal | 254 | 275 | 54 | 11 | 0 | 115 | 32 | 103 | 76 | 56 |
| Binary | 10101100 | 10111101 | 101100 | 1001 | 0 | 1001101 | 11010 | 1000011 | 111110 | 101110 |
Color Harmonies of #ACBD2C
Complementary color
Monochromatic Colors of #ACBD2C
Black with #ACBD2C
Text Example
Text Example
White with #ACBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBD2C; }
p { color: rgb(172,189,44); }
H1.HeaderClassName
{
color: #ACBD2C;
}
.AnyTagClassName
{
color: #ACBD2C;
}
</style>
background-color css
<style>
a { background-color: #ACBD2C; }
a { background-color: rgb(172,189,44); }
div.DivClassName
{
background-color: #ACBD2C;
}
.BgClassName
{
background-color: #ACBD2C;
}
</style>
border-color css
<style>
span { border-color: #ACBD2C; }
span { border-color: rgb(172,189,44); }
td.TdClassName
{
border-color: #ACBD2C;
}
.TagClassName
{
border-color: #ACBD2C;
}
</style>