Shades of Bahia #ACB91D
Tints of Bahia #ACB91D
RGB
CMYK
RGB Variations
Color information
#ACB91D (or 0xACB91D) is known color: Bahia. HEX triplet: AC, B9 and 1D. RGB value is (172,185,29). Sum of RGB (Red+Green+Blue) = 172+185+29=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB91D is #5346E2. Grayscale: #A3A3A3. Windows color (decimal): -5457635 or 1948076. OLE color: 1948076.
HSL color Cylindrical-coordinate representation of color #ACB91D: hue angle of 65º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACB91D is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 29 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.27 |
| HSL | 65º | 0.73% | 0.42% | - |
| HSV(B) | 65º | 0.84% | 0.73% | - |
| XYZ | 34.58 | 43.56 | 7.75 | - |
| YUV | 163.33 | 52.19 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 29 | 0.07 | 0 | 0.84 | 0.27 | 65 | 0.73 | 0.42 |
| Hex | AC | B9 | 1D | 7 | 0 | 54 | 1B | 41 | 49 | 2A |
| Octal | 254 | 271 | 35 | 7 | 0 | 124 | 33 | 101 | 111 | 52 |
| Binary | 10101100 | 10111001 | 11101 | 111 | 0 | 1010100 | 11011 | 1000001 | 1001001 | 101010 |
Color Harmonies of #ACB91D
Complementary color
Monochromatic Colors of #ACB91D
Black with #ACB91D
Text Example
Text Example
White with #ACB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB91D; }
p { color: rgb(172,185,29); }
H1.HeaderClassName
{
color: #ACB91D;
}
.AnyTagClassName
{
color: #ACB91D;
}
</style>
background-color css
<style>
a { background-color: #ACB91D; }
a { background-color: rgb(172,185,29); }
div.DivClassName
{
background-color: #ACB91D;
}
.BgClassName
{
background-color: #ACB91D;
}
</style>
border-color css
<style>
span { border-color: #ACB91D; }
span { border-color: rgb(172,185,29); }
td.TdClassName
{
border-color: #ACB91D;
}
.TagClassName
{
border-color: #ACB91D;
}
</style>