Shades of Bahia #ACBC1D
Tints of Bahia #ACBC1D
RGB
CMYK
RGB Variations
Color information
#ACBC1D (or 0xACBC1D) is known color: Bahia. HEX triplet: AC, BC and 1D. RGB value is (172,188,29). Sum of RGB (Red+Green+Blue) = 172+188+29=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC1D is #5343E2. Grayscale: #A5A5A5. Windows color (decimal): -5456867 or 1948844. OLE color: 1948844.
HSL color Cylindrical-coordinate representation of color #ACBC1D: hue angle of 66.04º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACBC1D is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 29 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.26 |
| HSL | 66.04º | 0.73% | 0.43% | - |
| HSV(B) | 66.04º | 0.85% | 0.74% | - |
| XYZ | 35.22 | 44.83 | 7.96 | - |
| YUV | 165.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 29 | 0.09 | 0 | 0.85 | 0.26 | 66.04 | 0.73 | 0.43 |
| Hex | AC | BC | 1D | 9 | 0 | 55 | 1A | 42 | 49 | 2B |
| Octal | 254 | 274 | 35 | 11 | 0 | 125 | 32 | 102 | 111 | 53 |
| Binary | 10101100 | 10111100 | 11101 | 1001 | 0 | 1010101 | 11010 | 1000010 | 1001001 | 101011 |
Color Harmonies of #ACBC1D
Complementary color
Monochromatic Colors of #ACBC1D
Black with #ACBC1D
Text Example
Text Example
White with #ACBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC1D; }
p { color: rgb(172,188,29); }
H1.HeaderClassName
{
color: #ACBC1D;
}
.AnyTagClassName
{
color: #ACBC1D;
}
</style>
background-color css
<style>
a { background-color: #ACBC1D; }
a { background-color: rgb(172,188,29); }
div.DivClassName
{
background-color: #ACBC1D;
}
.BgClassName
{
background-color: #ACBC1D;
}
</style>
border-color css
<style>
span { border-color: #ACBC1D; }
span { border-color: rgb(172,188,29); }
td.TdClassName
{
border-color: #ACBC1D;
}
.TagClassName
{
border-color: #ACBC1D;
}
</style>