Shades of Bahia #ACC614
Tints of Bahia #ACC614
RGB
CMYK
RGB Variations
Color information
#ACC614 (or 0xACC614) is known color: Bahia. HEX triplet: AC, C6 and 14. RGB value is (172,198,20). Sum of RGB (Red+Green+Blue) = 172+198+20=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC614 is #5339EB. Grayscale: #AAAAAA. Windows color (decimal): -5454316 or 1361580. OLE color: 1361580.
HSL color Cylindrical-coordinate representation of color #ACC614: hue angle of 68.76º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACC614 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 20 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.22 |
| HSL | 68.76º | 0.82% | 0.43% | - |
| HSV(B) | 68.76º | 0.9% | 0.78% | - |
| XYZ | 37.33 | 49.21 | 8.19 | - |
| YUV | 169.93 | 43.39 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 20 | 0.13 | 0 | 0.90 | 0.22 | 68.76 | 0.82 | 0.43 |
| Hex | AC | C6 | 14 | D | 0 | 5A | 16 | 45 | 52 | 2B |
| Octal | 254 | 306 | 24 | 15 | 0 | 132 | 26 | 105 | 122 | 53 |
| Binary | 10101100 | 11000110 | 10100 | 1101 | 0 | 1011010 | 10110 | 1000101 | 1010010 | 101011 |
Color Harmonies of #ACC614
Complementary color
Monochromatic Colors of #ACC614
Black with #ACC614
Text Example
Text Example
White with #ACC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC614; }
p { color: rgb(172,198,20); }
H1.HeaderClassName
{
color: #ACC614;
}
.AnyTagClassName
{
color: #ACC614;
}
</style>
background-color css
<style>
a { background-color: #ACC614; }
a { background-color: rgb(172,198,20); }
div.DivClassName
{
background-color: #ACC614;
}
.BgClassName
{
background-color: #ACC614;
}
</style>
border-color css
<style>
span { border-color: #ACC614; }
span { border-color: rgb(172,198,20); }
td.TdClassName
{
border-color: #ACC614;
}
.TagClassName
{
border-color: #ACC614;
}
</style>