Shades of Bahia #ACC711
Tints of Bahia #ACC711
RGB
CMYK
RGB Variations
Color information
#ACC711 (or 0xACC711) is known color: Bahia. HEX triplet: AC, C7 and 11. RGB value is (172,199,17). Sum of RGB (Red+Green+Blue) = 172+199+17=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC711 is #5338EE. Grayscale: #AAAAAA. Windows color (decimal): -5454063 or 1165228. OLE color: 1165228.
HSL color Cylindrical-coordinate representation of color #ACC711: hue angle of 68.9º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACC711 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 17 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.22 |
| HSL | 68.9º | 0.84% | 0.42% | - |
| HSV(B) | 68.9º | 0.91% | 0.78% | - |
| XYZ | 37.54 | 49.66 | 8.14 | - |
| YUV | 170.18 | 41.55 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 17 | 0.14 | 0 | 0.91 | 0.22 | 68.9 | 0.84 | 0.42 |
| Hex | AC | C7 | 11 | E | 0 | 5B | 16 | 45 | 54 | 2A |
| Octal | 254 | 307 | 21 | 16 | 0 | 133 | 26 | 105 | 124 | 52 |
| Binary | 10101100 | 11000111 | 10001 | 1110 | 0 | 1011011 | 10110 | 1000101 | 1010100 | 101010 |
Color Harmonies of #ACC711
Complementary color
Monochromatic Colors of #ACC711
Black with #ACC711
Text Example
Text Example
White with #ACC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC711; }
p { color: rgb(172,199,17); }
H1.HeaderClassName
{
color: #ACC711;
}
.AnyTagClassName
{
color: #ACC711;
}
</style>
background-color css
<style>
a { background-color: #ACC711; }
a { background-color: rgb(172,199,17); }
div.DivClassName
{
background-color: #ACC711;
}
.BgClassName
{
background-color: #ACC711;
}
</style>
border-color css
<style>
span { border-color: #ACC711; }
span { border-color: rgb(172,199,17); }
td.TdClassName
{
border-color: #ACC711;
}
.TagClassName
{
border-color: #ACC711;
}
</style>