Shades of Bahia #ACC117
Tints of Bahia #ACC117
RGB
CMYK
RGB Variations
Color information
#ACC117 (or 0xACC117) is known color: Bahia. HEX triplet: AC, C1 and 17. RGB value is (172,193,23). Sum of RGB (Red+Green+Blue) = 172+193+23=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 23 (9.38% from 255 or 5.93% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC117 is #533EE8. Grayscale: #A8A8A8. Windows color (decimal): -5455593 or 1556908. OLE color: 1556908.
HSL color Cylindrical-coordinate representation of color #ACC117: hue angle of 67.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACC117 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 23 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.24 |
| HSL | 67.41º | 0.79% | 0.42% | - |
| HSV(B) | 67.41º | 0.88% | 0.76% | - |
| XYZ | 36.24 | 46.97 | 7.97 | - |
| YUV | 167.34 | 46.54 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 23 | 0.11 | 0 | 0.88 | 0.24 | 67.41 | 0.79 | 0.42 |
| Hex | AC | C1 | 17 | B | 0 | 58 | 18 | 43 | 4F | 2A |
| Octal | 254 | 301 | 27 | 13 | 0 | 130 | 30 | 103 | 117 | 52 |
| Binary | 10101100 | 11000001 | 10111 | 1011 | 0 | 1011000 | 11000 | 1000011 | 1001111 | 101010 |
Color Harmonies of #ACC117
Complementary color
Monochromatic Colors of #ACC117
Black with #ACC117
Text Example
Text Example
White with #ACC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC117; }
p { color: rgb(172,193,23); }
H1.HeaderClassName
{
color: #ACC117;
}
.AnyTagClassName
{
color: #ACC117;
}
</style>
background-color css
<style>
a { background-color: #ACC117; }
a { background-color: rgb(172,193,23); }
div.DivClassName
{
background-color: #ACC117;
}
.BgClassName
{
background-color: #ACC117;
}
</style>
border-color css
<style>
span { border-color: #ACC117; }
span { border-color: rgb(172,193,23); }
td.TdClassName
{
border-color: #ACC117;
}
.TagClassName
{
border-color: #ACC117;
}
</style>