Shades of Bahia #ACB51D
Tints of Bahia #ACB51D
RGB
CMYK
RGB Variations
Color information
#ACB51D (or 0xACB51D) is known color: Bahia. HEX triplet: AC, B5 and 1D. RGB value is (172,181,29). Sum of RGB (Red+Green+Blue) = 172+181+29=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB51D is #534AE2. Grayscale: #A1A1A1. Windows color (decimal): -5458659 or 1947052. OLE color: 1947052.
HSL color Cylindrical-coordinate representation of color #ACB51D: hue angle of 63.55º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACB51D is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 29 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.29 |
| HSL | 63.55º | 0.72% | 0.41% | - |
| HSV(B) | 63.55º | 0.84% | 0.71% | - |
| XYZ | 33.76 | 41.91 | 7.47 | - |
| YUV | 160.98 | 53.52 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 29 | 0.05 | 0 | 0.84 | 0.29 | 63.55 | 0.72 | 0.41 |
| Hex | AC | B5 | 1D | 5 | 0 | 54 | 1D | 40 | 48 | 29 |
| Octal | 254 | 265 | 35 | 5 | 0 | 124 | 35 | 100 | 110 | 51 |
| Binary | 10101100 | 10110101 | 11101 | 101 | 0 | 1010100 | 11101 | 1000000 | 1001000 | 101001 |
Color Harmonies of #ACB51D
Complementary color
Monochromatic Colors of #ACB51D
Black with #ACB51D
Text Example
Text Example
White with #ACB51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB51D; }
p { color: rgb(172,181,29); }
H1.HeaderClassName
{
color: #ACB51D;
}
.AnyTagClassName
{
color: #ACB51D;
}
</style>
background-color css
<style>
a { background-color: #ACB51D; }
a { background-color: rgb(172,181,29); }
div.DivClassName
{
background-color: #ACB51D;
}
.BgClassName
{
background-color: #ACB51D;
}
</style>
border-color css
<style>
span { border-color: #ACB51D; }
span { border-color: rgb(172,181,29); }
td.TdClassName
{
border-color: #ACB51D;
}
.TagClassName
{
border-color: #ACB51D;
}
</style>