Shades of Bahia #ACC728
Tints of Bahia #ACC728
RGB
CMYK
RGB Variations
Color information
#ACC728 (or 0xACC728) is known color: Bahia. HEX triplet: AC, C7 and 28. RGB value is (172,199,40). Sum of RGB (Red+Green+Blue) = 172+199+40=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC728 is #5338D7. Grayscale: #ADADAD. Windows color (decimal): -5454040 or 2672556. OLE color: 2672556.
HSL color Cylindrical-coordinate representation of color #ACC728: hue angle of 70.19º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACC728 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 40 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.22 |
| HSL | 70.19º | 0.67% | 0.47% | - |
| HSV(B) | 70.19º | 0.8% | 0.78% | - |
| XYZ | 37.82 | 49.77 | 9.62 | - |
| YUV | 172.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 40 | 0.14 | 0 | 0.80 | 0.22 | 70.19 | 0.67 | 0.47 |
| Hex | AC | C7 | 28 | E | 0 | 50 | 16 | 46 | 43 | 2F |
| Octal | 254 | 307 | 50 | 16 | 0 | 120 | 26 | 106 | 103 | 57 |
| Binary | 10101100 | 11000111 | 101000 | 1110 | 0 | 1010000 | 10110 | 1000110 | 1000011 | 101111 |
Color Harmonies of #ACC728
Complementary color
Monochromatic Colors of #ACC728
Black with #ACC728
Text Example
Text Example
White with #ACC728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC728; }
p { color: rgb(172,199,40); }
H1.HeaderClassName
{
color: #ACC728;
}
.AnyTagClassName
{
color: #ACC728;
}
</style>
background-color css
<style>
a { background-color: #ACC728; }
a { background-color: rgb(172,199,40); }
div.DivClassName
{
background-color: #ACC728;
}
.BgClassName
{
background-color: #ACC728;
}
</style>
border-color css
<style>
span { border-color: #ACC728; }
span { border-color: rgb(172,199,40); }
td.TdClassName
{
border-color: #ACC728;
}
.TagClassName
{
border-color: #ACC728;
}
</style>