Shades of Bahia #ACC60C
Tints of Bahia #ACC60C
RGB
CMYK
RGB Variations
Color information
#ACC60C (or 0xACC60C) is known color: Bahia. HEX triplet: AC, C6 and 0C. RGB value is (172,198,12). Sum of RGB (Red+Green+Blue) = 172+198+12=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC60C is #5339F3. Grayscale: #A9A9A9. Windows color (decimal): -5454324 or 837292. OLE color: 837292.
HSL color Cylindrical-coordinate representation of color #ACC60C: hue angle of 68.39º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC60C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 12 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.22 |
| HSL | 68.39º | 0.89% | 0.41% | - |
| HSV(B) | 68.39º | 0.94% | 0.78% | - |
| XYZ | 37.27 | 49.19 | 7.88 | - |
| YUV | 169.02 | 39.39 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 12 | 0.13 | 0 | 0.94 | 0.22 | 68.39 | 0.89 | 0.41 |
| Hex | AC | C6 | C | D | 0 | 5E | 16 | 44 | 59 | 29 |
| Octal | 254 | 306 | 14 | 15 | 0 | 136 | 26 | 104 | 131 | 51 |
| Binary | 10101100 | 11000110 | 1100 | 1101 | 0 | 1011110 | 10110 | 1000100 | 1011001 | 101001 |
Color Harmonies of #ACC60C
Complementary color
Monochromatic Colors of #ACC60C
Black with #ACC60C
Text Example
Text Example
White with #ACC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC60C; }
p { color: rgb(172,198,12); }
H1.HeaderClassName
{
color: #ACC60C;
}
.AnyTagClassName
{
color: #ACC60C;
}
</style>
background-color css
<style>
a { background-color: #ACC60C; }
a { background-color: rgb(172,198,12); }
div.DivClassName
{
background-color: #ACC60C;
}
.BgClassName
{
background-color: #ACC60C;
}
</style>
border-color css
<style>
span { border-color: #ACC60C; }
span { border-color: rgb(172,198,12); }
td.TdClassName
{
border-color: #ACC60C;
}
.TagClassName
{
border-color: #ACC60C;
}
</style>