Shades of Bahia #ACBE2D
Tints of Bahia #ACBE2D
RGB
CMYK
RGB Variations
Color information
#ACBE2D (or 0xACBE2D) is known color: Bahia. HEX triplet: AC, BE and 2D. RGB value is (172,190,45). Sum of RGB (Red+Green+Blue) = 172+190+45=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE2D is #5341D2. Grayscale: #A8A8A8. Windows color (decimal): -5456339 or 2997932. OLE color: 2997932.
HSL color Cylindrical-coordinate representation of color #ACBE2D: hue angle of 67.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACBE2D is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 190 | 45 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.25 |
| HSL | 67.45º | 0.62% | 0.46% | - |
| HSV(B) | 67.45º | 0.76% | 0.75% | - |
| XYZ | 35.9 | 45.79 | 9.43 | - |
| YUV | 168.09 | 58.54 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 190 | 45 | 0.09 | 0 | 0.76 | 0.25 | 67.45 | 0.62 | 0.46 |
| Hex | AC | BE | 2D | 9 | 0 | 4C | 19 | 43 | 3E | 2E |
| Octal | 254 | 276 | 55 | 11 | 0 | 114 | 31 | 103 | 76 | 56 |
| Binary | 10101100 | 10111110 | 101101 | 1001 | 0 | 1001100 | 11001 | 1000011 | 111110 | 101110 |
Color Harmonies of #ACBE2D
Complementary color
Monochromatic Colors of #ACBE2D
Black with #ACBE2D
Text Example
Text Example
White with #ACBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBE2D; }
p { color: rgb(172,190,45); }
H1.HeaderClassName
{
color: #ACBE2D;
}
.AnyTagClassName
{
color: #ACBE2D;
}
</style>
background-color css
<style>
a { background-color: #ACBE2D; }
a { background-color: rgb(172,190,45); }
div.DivClassName
{
background-color: #ACBE2D;
}
.BgClassName
{
background-color: #ACBE2D;
}
</style>
border-color css
<style>
span { border-color: #ACBE2D; }
span { border-color: rgb(172,190,45); }
td.TdClassName
{
border-color: #ACBE2D;
}
.TagClassName
{
border-color: #ACBE2D;
}
</style>