Shades of Bahia #ACB91C
Tints of Bahia #ACB91C
RGB
CMYK
RGB Variations
Color information
#ACB91C (or 0xACB91C) is known color: Bahia. HEX triplet: AC, B9 and 1C. RGB value is (172,185,28). Sum of RGB (Red+Green+Blue) = 172+185+28=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB91C is #5346E3. Grayscale: #A3A3A3. Windows color (decimal): -5457636 or 1882540. OLE color: 1882540.
HSL color Cylindrical-coordinate representation of color #ACB91C: hue angle of 64.97º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACB91C is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 28 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.27 |
| HSL | 64.97º | 0.74% | 0.42% | - |
| HSV(B) | 64.97º | 0.85% | 0.73% | - |
| XYZ | 34.57 | 43.55 | 7.68 | - |
| YUV | 163.22 | 51.69 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 28 | 0.07 | 0 | 0.85 | 0.27 | 64.97 | 0.74 | 0.42 |
| Hex | AC | B9 | 1C | 7 | 0 | 55 | 1B | 41 | 4A | 2A |
| Octal | 254 | 271 | 34 | 7 | 0 | 125 | 33 | 101 | 112 | 52 |
| Binary | 10101100 | 10111001 | 11100 | 111 | 0 | 1010101 | 11011 | 1000001 | 1001010 | 101010 |
Color Harmonies of #ACB91C
Complementary color
Monochromatic Colors of #ACB91C
Black with #ACB91C
Text Example
Text Example
White with #ACB91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB91C; }
p { color: rgb(172,185,28); }
H1.HeaderClassName
{
color: #ACB91C;
}
.AnyTagClassName
{
color: #ACB91C;
}
</style>
background-color css
<style>
a { background-color: #ACB91C; }
a { background-color: rgb(172,185,28); }
div.DivClassName
{
background-color: #ACB91C;
}
.BgClassName
{
background-color: #ACB91C;
}
</style>
border-color css
<style>
span { border-color: #ACB91C; }
span { border-color: rgb(172,185,28); }
td.TdClassName
{
border-color: #ACB91C;
}
.TagClassName
{
border-color: #ACB91C;
}
</style>