Shades of Bahia #ACC113
Tints of Bahia #ACC113
RGB
CMYK
RGB Variations
Color information
#ACC113 (or 0xACC113) is known color: Bahia. HEX triplet: AC, C1 and 13. RGB value is (172,193,19). Sum of RGB (Red+Green+Blue) = 172+193+19=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC113 is #533EEC. Grayscale: #A7A7A7. Windows color (decimal): -5455597 or 1294764. OLE color: 1294764.
HSL color Cylindrical-coordinate representation of color #ACC113: hue angle of 67.24º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACC113 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 19 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.24 |
| HSL | 67.24º | 0.82% | 0.42% | - |
| HSV(B) | 67.24º | 0.9% | 0.76% | - |
| XYZ | 36.2 | 46.96 | 7.77 | - |
| YUV | 166.89 | 44.54 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 19 | 0.11 | 0 | 0.90 | 0.24 | 67.24 | 0.82 | 0.42 |
| Hex | AC | C1 | 13 | B | 0 | 5A | 18 | 43 | 52 | 2A |
| Octal | 254 | 301 | 23 | 13 | 0 | 132 | 30 | 103 | 122 | 52 |
| Binary | 10101100 | 11000001 | 10011 | 1011 | 0 | 1011010 | 11000 | 1000011 | 1010010 | 101010 |
Color Harmonies of #ACC113
Complementary color
Monochromatic Colors of #ACC113
Black with #ACC113
Text Example
Text Example
White with #ACC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC113; }
p { color: rgb(172,193,19); }
H1.HeaderClassName
{
color: #ACC113;
}
.AnyTagClassName
{
color: #ACC113;
}
</style>
background-color css
<style>
a { background-color: #ACC113; }
a { background-color: rgb(172,193,19); }
div.DivClassName
{
background-color: #ACC113;
}
.BgClassName
{
background-color: #ACC113;
}
</style>
border-color css
<style>
span { border-color: #ACC113; }
span { border-color: rgb(172,193,19); }
td.TdClassName
{
border-color: #ACC113;
}
.TagClassName
{
border-color: #ACC113;
}
</style>