Shades of Bahia #ACBA16
Tints of Bahia #ACBA16
RGB
CMYK
RGB Variations
Color information
#ACBA16 (or 0xACBA16) is known color: Bahia. HEX triplet: AC, BA and 16. RGB value is (172,186,22). Sum of RGB (Red+Green+Blue) = 172+186+22=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA16 is #5345E9. Grayscale: #A3A3A3. Windows color (decimal): -5457386 or 1489580. OLE color: 1489580.
HSL color Cylindrical-coordinate representation of color #ACBA16: hue angle of 65.12º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACBA16 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 22 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.27 |
| HSL | 65.12º | 0.79% | 0.41% | - |
| HSV(B) | 65.12º | 0.88% | 0.73% | - |
| XYZ | 34.72 | 43.95 | 7.41 | - |
| YUV | 163.12 | 48.36 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 22 | 0.08 | 0 | 0.88 | 0.27 | 65.12 | 0.79 | 0.41 |
| Hex | AC | BA | 16 | 8 | 0 | 58 | 1B | 41 | 4F | 29 |
| Octal | 254 | 272 | 26 | 10 | 0 | 130 | 33 | 101 | 117 | 51 |
| Binary | 10101100 | 10111010 | 10110 | 1000 | 0 | 1011000 | 11011 | 1000001 | 1001111 | 101001 |
Color Harmonies of #ACBA16
Complementary color
Monochromatic Colors of #ACBA16
Black with #ACBA16
Text Example
Text Example
White with #ACBA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA16; }
p { color: rgb(172,186,22); }
H1.HeaderClassName
{
color: #ACBA16;
}
.AnyTagClassName
{
color: #ACBA16;
}
</style>
background-color css
<style>
a { background-color: #ACBA16; }
a { background-color: rgb(172,186,22); }
div.DivClassName
{
background-color: #ACBA16;
}
.BgClassName
{
background-color: #ACBA16;
}
</style>
border-color css
<style>
span { border-color: #ACBA16; }
span { border-color: rgb(172,186,22); }
td.TdClassName
{
border-color: #ACBA16;
}
.TagClassName
{
border-color: #ACBA16;
}
</style>