Shades of Bahia #ACBC15
Tints of Bahia #ACBC15
RGB
CMYK
RGB Variations
Color information
#ACBC15 (or 0xACBC15) is known color: Bahia. HEX triplet: AC, BC and 15. RGB value is (172,188,21). Sum of RGB (Red+Green+Blue) = 172+188+21=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC15 is #5343EA. Grayscale: #A4A4A4. Windows color (decimal): -5456875 or 1424556. OLE color: 1424556.
HSL color Cylindrical-coordinate representation of color #ACBC15: hue angle of 65.75º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACBC15 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 21 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.26 |
| HSL | 65.75º | 0.8% | 0.41% | - |
| HSV(B) | 65.75º | 0.89% | 0.74% | - |
| XYZ | 35.13 | 44.79 | 7.5 | - |
| YUV | 164.18 | 47.2 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 21 | 0.09 | 0 | 0.89 | 0.26 | 65.75 | 0.8 | 0.41 |
| Hex | AC | BC | 15 | 9 | 0 | 59 | 1A | 42 | 50 | 29 |
| Octal | 254 | 274 | 25 | 11 | 0 | 131 | 32 | 102 | 120 | 51 |
| Binary | 10101100 | 10111100 | 10101 | 1001 | 0 | 1011001 | 11010 | 1000010 | 1010000 | 101001 |
Color Harmonies of #ACBC15
Complementary color
Monochromatic Colors of #ACBC15
Black with #ACBC15
Text Example
Text Example
White with #ACBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC15; }
p { color: rgb(172,188,21); }
H1.HeaderClassName
{
color: #ACBC15;
}
.AnyTagClassName
{
color: #ACBC15;
}
</style>
background-color css
<style>
a { background-color: #ACBC15; }
a { background-color: rgb(172,188,21); }
div.DivClassName
{
background-color: #ACBC15;
}
.BgClassName
{
background-color: #ACBC15;
}
</style>
border-color css
<style>
span { border-color: #ACBC15; }
span { border-color: rgb(172,188,21); }
td.TdClassName
{
border-color: #ACBC15;
}
.TagClassName
{
border-color: #ACBC15;
}
</style>