Shades of Bahia #ACBC10
Tints of Bahia #ACBC10
RGB
CMYK
RGB Variations
Color information
#ACBC10 (or 0xACBC10) is known color: Bahia. HEX triplet: AC, BC and 10. RGB value is (172,188,16). Sum of RGB (Red+Green+Blue) = 172+188+16=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC10 is #5343EF. Grayscale: #A4A4A4. Windows color (decimal): -5456880 or 1096876. OLE color: 1096876.
HSL color Cylindrical-coordinate representation of color #ACBC10: hue angle of 65.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACBC10 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 16 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.26 |
| HSL | 65.58º | 0.84% | 0.4% | - |
| HSV(B) | 65.58º | 0.91% | 0.74% | - |
| XYZ | 35.09 | 44.77 | 7.28 | - |
| YUV | 163.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 16 | 0.09 | 0 | 0.91 | 0.26 | 65.58 | 0.84 | 0.4 |
| Hex | AC | BC | 10 | 9 | 0 | 5B | 1A | 42 | 54 | 28 |
| Octal | 254 | 274 | 20 | 11 | 0 | 133 | 32 | 102 | 124 | 50 |
| Binary | 10101100 | 10111100 | 10000 | 1001 | 0 | 1011011 | 11010 | 1000010 | 1010100 | 101000 |
Color Harmonies of #ACBC10
Complementary color
Monochromatic Colors of #ACBC10
Black with #ACBC10
Text Example
Text Example
White with #ACBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC10; }
p { color: rgb(172,188,16); }
H1.HeaderClassName
{
color: #ACBC10;
}
.AnyTagClassName
{
color: #ACBC10;
}
</style>
background-color css
<style>
a { background-color: #ACBC10; }
a { background-color: rgb(172,188,16); }
div.DivClassName
{
background-color: #ACBC10;
}
.BgClassName
{
background-color: #ACBC10;
}
</style>
border-color css
<style>
span { border-color: #ACBC10; }
span { border-color: rgb(172,188,16); }
td.TdClassName
{
border-color: #ACBC10;
}
.TagClassName
{
border-color: #ACBC10;
}
</style>