Shades of Bahia #ACCC11
Tints of Bahia #ACCC11
RGB
CMYK
RGB Variations
Color information
#ACCC11 (or 0xACCC11) is known color: Bahia. HEX triplet: AC, CC and 11. RGB value is (172,204,17). Sum of RGB (Red+Green+Blue) = 172+204+17=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCC11 is #5333EE. Grayscale: #ADADAD. Windows color (decimal): -5452783 or 1166508. OLE color: 1166508.
HSL color Cylindrical-coordinate representation of color #ACCC11: hue angle of 70.27º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACCC11 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 17 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.2 |
| HSL | 70.27º | 0.85% | 0.43% | - |
| HSV(B) | 70.27º | 0.92% | 0.8% | - |
| XYZ | 38.71 | 52 | 8.53 | - |
| YUV | 173.11 | 39.9 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 17 | 0.16 | 0 | 0.92 | 0.2 | 70.27 | 0.85 | 0.43 |
| Hex | AC | CC | 11 | 10 | 0 | 5C | 14 | 46 | 55 | 2B |
| Octal | 254 | 314 | 21 | 20 | 0 | 134 | 24 | 106 | 125 | 53 |
| Binary | 10101100 | 11001100 | 10001 | 10000 | 0 | 1011100 | 10100 | 1000110 | 1010101 | 101011 |
Color Harmonies of #ACCC11
Complementary color
Monochromatic Colors of #ACCC11
Black with #ACCC11
Text Example
Text Example
White with #ACCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC11; }
p { color: rgb(172,204,17); }
H1.HeaderClassName
{
color: #ACCC11;
}
.AnyTagClassName
{
color: #ACCC11;
}
</style>
background-color css
<style>
a { background-color: #ACCC11; }
a { background-color: rgb(172,204,17); }
div.DivClassName
{
background-color: #ACCC11;
}
.BgClassName
{
background-color: #ACCC11;
}
</style>
border-color css
<style>
span { border-color: #ACCC11; }
span { border-color: rgb(172,204,17); }
td.TdClassName
{
border-color: #ACCC11;
}
.TagClassName
{
border-color: #ACCC11;
}
</style>