Shades of Bahia #ACBA15
Tints of Bahia #ACBA15
RGB
CMYK
RGB Variations
Color information
#ACBA15 (or 0xACBA15) is known color: Bahia. HEX triplet: AC, BA and 15. RGB value is (172,186,21). Sum of RGB (Red+Green+Blue) = 172+186+21=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA15 is #5345EA. Grayscale: #A3A3A3. Windows color (decimal): -5457387 or 1424044. OLE color: 1424044.
HSL color Cylindrical-coordinate representation of color #ACBA15: hue angle of 65.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACBA15 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 21 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.27 |
| HSL | 65.09º | 0.8% | 0.41% | - |
| HSV(B) | 65.09º | 0.89% | 0.73% | - |
| XYZ | 34.71 | 43.94 | 7.36 | - |
| YUV | 163 | 47.86 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 21 | 0.08 | 0 | 0.89 | 0.27 | 65.09 | 0.8 | 0.41 |
| Hex | AC | BA | 15 | 8 | 0 | 59 | 1B | 41 | 50 | 29 |
| Octal | 254 | 272 | 25 | 10 | 0 | 131 | 33 | 101 | 120 | 51 |
| Binary | 10101100 | 10111010 | 10101 | 1000 | 0 | 1011001 | 11011 | 1000001 | 1010000 | 101001 |
Color Harmonies of #ACBA15
Complementary color
Monochromatic Colors of #ACBA15
Black with #ACBA15
Text Example
Text Example
White with #ACBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA15; }
p { color: rgb(172,186,21); }
H1.HeaderClassName
{
color: #ACBA15;
}
.AnyTagClassName
{
color: #ACBA15;
}
</style>
background-color css
<style>
a { background-color: #ACBA15; }
a { background-color: rgb(172,186,21); }
div.DivClassName
{
background-color: #ACBA15;
}
.BgClassName
{
background-color: #ACBA15;
}
</style>
border-color css
<style>
span { border-color: #ACBA15; }
span { border-color: rgb(172,186,21); }
td.TdClassName
{
border-color: #ACBA15;
}
.TagClassName
{
border-color: #ACBA15;
}
</style>