Shades of Bahia #ACC115
Tints of Bahia #ACC115
RGB
CMYK
RGB Variations
Color information
#ACC115 (or 0xACC115) is known color: Bahia. HEX triplet: AC, C1 and 15. RGB value is (172,193,21). Sum of RGB (Red+Green+Blue) = 172+193+21=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC115 is #533EEA. Grayscale: #A7A7A7. Windows color (decimal): -5455595 or 1425836. OLE color: 1425836.
HSL color Cylindrical-coordinate representation of color #ACC115: hue angle of 67.33º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACC115 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 21 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.24 |
| HSL | 67.33º | 0.8% | 0.42% | - |
| HSV(B) | 67.33º | 0.89% | 0.76% | - |
| XYZ | 36.22 | 46.96 | 7.87 | - |
| YUV | 167.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 21 | 0.11 | 0 | 0.89 | 0.24 | 67.33 | 0.8 | 0.42 |
| Hex | AC | C1 | 15 | B | 0 | 59 | 18 | 43 | 50 | 2A |
| Octal | 254 | 301 | 25 | 13 | 0 | 131 | 30 | 103 | 120 | 52 |
| Binary | 10101100 | 11000001 | 10101 | 1011 | 0 | 1011001 | 11000 | 1000011 | 1010000 | 101010 |
Color Harmonies of #ACC115
Complementary color
Monochromatic Colors of #ACC115
Black with #ACC115
Text Example
Text Example
White with #ACC115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC115; }
p { color: rgb(172,193,21); }
H1.HeaderClassName
{
color: #ACC115;
}
.AnyTagClassName
{
color: #ACC115;
}
</style>
background-color css
<style>
a { background-color: #ACC115; }
a { background-color: rgb(172,193,21); }
div.DivClassName
{
background-color: #ACC115;
}
.BgClassName
{
background-color: #ACC115;
}
</style>
border-color css
<style>
span { border-color: #ACC115; }
span { border-color: rgb(172,193,21); }
td.TdClassName
{
border-color: #ACC115;
}
.TagClassName
{
border-color: #ACC115;
}
</style>