Shades of Bahia #ACC727
Tints of Bahia #ACC727
RGB
CMYK
RGB Variations
Color information
#ACC727 (or 0xACC727) is known color: Bahia. HEX triplet: AC, C7 and 27. RGB value is (172,199,39). Sum of RGB (Red+Green+Blue) = 172+199+39=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC727 is #5338D8. Grayscale: #ADADAD. Windows color (decimal): -5454041 or 2607020. OLE color: 2607020.
HSL color Cylindrical-coordinate representation of color #ACC727: hue angle of 70.12º 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 #ACC727 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 39 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.22 |
| HSL | 70.13º | 0.67% | 0.47% | - |
| HSV(B) | 70.13º | 0.8% | 0.78% | - |
| XYZ | 37.8 | 49.76 | 9.53 | - |
| YUV | 172.69 | 52.55 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 39 | 0.14 | 0 | 0.80 | 0.22 | 70.13 | 0.67 | 0.47 |
| Hex | AC | C7 | 27 | E | 0 | 50 | 16 | 46 | 43 | 2F |
| Octal | 254 | 307 | 47 | 16 | 0 | 120 | 26 | 106 | 103 | 57 |
| Binary | 10101100 | 11000111 | 100111 | 1110 | 0 | 1010000 | 10110 | 1000110 | 1000011 | 101111 |
Color Harmonies of #ACC727
Complementary color
Monochromatic Colors of #ACC727
Black with #ACC727
Text Example
Text Example
White with #ACC727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC727; }
p { color: rgb(172,199,39); }
H1.HeaderClassName
{
color: #ACC727;
}
.AnyTagClassName
{
color: #ACC727;
}
</style>
background-color css
<style>
a { background-color: #ACC727; }
a { background-color: rgb(172,199,39); }
div.DivClassName
{
background-color: #ACC727;
}
.BgClassName
{
background-color: #ACC727;
}
</style>
border-color css
<style>
span { border-color: #ACC727; }
span { border-color: rgb(172,199,39); }
td.TdClassName
{
border-color: #ACC727;
}
.TagClassName
{
border-color: #ACC727;
}
</style>