Shades of Bahia #ACC911
Tints of Bahia #ACC911
RGB
CMYK
RGB Variations
Color information
#ACC911 (or 0xACC911) is known color: Bahia. HEX triplet: AC, C9 and 11. RGB value is (172,201,17). Sum of RGB (Red+Green+Blue) = 172+201+17=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC911 is #5336EE. Grayscale: #ACACAC. Windows color (decimal): -5453551 or 1165740. OLE color: 1165740.
HSL color Cylindrical-coordinate representation of color #ACC911: hue angle of 69.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACC911 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 17 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.21 |
| HSL | 69.46º | 0.84% | 0.43% | - |
| HSV(B) | 69.46º | 0.92% | 0.79% | - |
| XYZ | 38 | 50.58 | 8.29 | - |
| YUV | 171.35 | 40.89 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 17 | 0.14 | 0 | 0.92 | 0.21 | 69.46 | 0.84 | 0.43 |
| Hex | AC | C9 | 11 | E | 0 | 5C | 15 | 45 | 54 | 2B |
| Octal | 254 | 311 | 21 | 16 | 0 | 134 | 25 | 105 | 124 | 53 |
| Binary | 10101100 | 11001001 | 10001 | 1110 | 0 | 1011100 | 10101 | 1000101 | 1010100 | 101011 |
Color Harmonies of #ACC911
Complementary color
Monochromatic Colors of #ACC911
Black with #ACC911
Text Example
Text Example
White with #ACC911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC911; }
p { color: rgb(172,201,17); }
H1.HeaderClassName
{
color: #ACC911;
}
.AnyTagClassName
{
color: #ACC911;
}
</style>
background-color css
<style>
a { background-color: #ACC911; }
a { background-color: rgb(172,201,17); }
div.DivClassName
{
background-color: #ACC911;
}
.BgClassName
{
background-color: #ACC911;
}
</style>
border-color css
<style>
span { border-color: #ACC911; }
span { border-color: rgb(172,201,17); }
td.TdClassName
{
border-color: #ACC911;
}
.TagClassName
{
border-color: #ACC911;
}
</style>