Shades of Bahia #ACBC11
Tints of Bahia #ACBC11
RGB
CMYK
RGB Variations
Color information
#ACBC11 (or 0xACBC11) is known color: Bahia. HEX triplet: AC, BC and 11. RGB value is (172,188,17). Sum of RGB (Red+Green+Blue) = 172+188+17=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC11 is #5343EE. Grayscale: #A4A4A4. Windows color (decimal): -5456879 or 1162412. OLE color: 1162412.
HSL color Cylindrical-coordinate representation of color #ACBC11: hue angle of 65.61º degrees, saturation: 0.83, 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 #ACBC11 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 17 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.26 |
| HSL | 65.61º | 0.83% | 0.4% | - |
| HSV(B) | 65.61º | 0.91% | 0.74% | - |
| XYZ | 35.1 | 44.78 | 7.32 | - |
| YUV | 163.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 17 | 0.09 | 0 | 0.91 | 0.26 | 65.61 | 0.83 | 0.4 |
| Hex | AC | BC | 11 | 9 | 0 | 5B | 1A | 42 | 53 | 28 |
| Octal | 254 | 274 | 21 | 11 | 0 | 133 | 32 | 102 | 123 | 50 |
| Binary | 10101100 | 10111100 | 10001 | 1001 | 0 | 1011011 | 11010 | 1000010 | 1010011 | 101000 |
Color Harmonies of #ACBC11
Complementary color
Monochromatic Colors of #ACBC11
Black with #ACBC11
Text Example
Text Example
White with #ACBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC11; }
p { color: rgb(172,188,17); }
H1.HeaderClassName
{
color: #ACBC11;
}
.AnyTagClassName
{
color: #ACBC11;
}
</style>
background-color css
<style>
a { background-color: #ACBC11; }
a { background-color: rgb(172,188,17); }
div.DivClassName
{
background-color: #ACBC11;
}
.BgClassName
{
background-color: #ACBC11;
}
</style>
border-color css
<style>
span { border-color: #ACBC11; }
span { border-color: rgb(172,188,17); }
td.TdClassName
{
border-color: #ACBC11;
}
.TagClassName
{
border-color: #ACBC11;
}
</style>