Shades of Bahia #ACC216
Tints of Bahia #ACC216
RGB
CMYK
RGB Variations
Color information
#ACC216 (or 0xACC216) is known color: Bahia. HEX triplet: AC, C2 and 16. RGB value is (172,194,22). Sum of RGB (Red+Green+Blue) = 172+194+22=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC216 is #533DE9. Grayscale: #A8A8A8. Windows color (decimal): -5455338 or 1491628. OLE color: 1491628.
HSL color Cylindrical-coordinate representation of color #ACC216: hue angle of 67.67º 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 #ACC216 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 22 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.24 |
| HSL | 67.67º | 0.8% | 0.42% | - |
| HSV(B) | 67.67º | 0.89% | 0.76% | - |
| XYZ | 36.45 | 47.41 | 7.99 | - |
| YUV | 167.81 | 45.71 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 22 | 0.11 | 0 | 0.89 | 0.24 | 67.67 | 0.8 | 0.42 |
| Hex | AC | C2 | 16 | B | 0 | 59 | 18 | 44 | 50 | 2A |
| Octal | 254 | 302 | 26 | 13 | 0 | 131 | 30 | 104 | 120 | 52 |
| Binary | 10101100 | 11000010 | 10110 | 1011 | 0 | 1011001 | 11000 | 1000100 | 1010000 | 101010 |
Color Harmonies of #ACC216
Complementary color
Monochromatic Colors of #ACC216
Black with #ACC216
Text Example
Text Example
White with #ACC216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC216; }
p { color: rgb(172,194,22); }
H1.HeaderClassName
{
color: #ACC216;
}
.AnyTagClassName
{
color: #ACC216;
}
</style>
background-color css
<style>
a { background-color: #ACC216; }
a { background-color: rgb(172,194,22); }
div.DivClassName
{
background-color: #ACC216;
}
.BgClassName
{
background-color: #ACC216;
}
</style>
border-color css
<style>
span { border-color: #ACC216; }
span { border-color: rgb(172,194,22); }
td.TdClassName
{
border-color: #ACC216;
}
.TagClassName
{
border-color: #ACC216;
}
</style>