Shades of Bahia #ACC729
Tints of Bahia #ACC729
RGB
CMYK
RGB Variations
Color information
#ACC729 (or 0xACC729) is known color: Bahia. HEX triplet: AC, C7 and 29. RGB value is (172,199,41). Sum of RGB (Red+Green+Blue) = 172+199+41=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC729 is #5338D6. Grayscale: #ADADAD. Windows color (decimal): -5454039 or 2738092. OLE color: 2738092.
HSL color Cylindrical-coordinate representation of color #ACC729: hue angle of 70.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACC729 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 41 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.22 |
| HSL | 70.25º | 0.66% | 0.47% | - |
| HSV(B) | 70.25º | 0.79% | 0.78% | - |
| XYZ | 37.84 | 49.78 | 9.71 | - |
| YUV | 172.92 | 53.55 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 41 | 0.14 | 0 | 0.79 | 0.22 | 70.25 | 0.66 | 0.47 |
| Hex | AC | C7 | 29 | E | 0 | 4F | 16 | 46 | 42 | 2F |
| Octal | 254 | 307 | 51 | 16 | 0 | 117 | 26 | 106 | 102 | 57 |
| Binary | 10101100 | 11000111 | 101001 | 1110 | 0 | 1001111 | 10110 | 1000110 | 1000010 | 101111 |
Color Harmonies of #ACC729
Complementary color
Monochromatic Colors of #ACC729
Black with #ACC729
Text Example
Text Example
White with #ACC729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC729; }
p { color: rgb(172,199,41); }
H1.HeaderClassName
{
color: #ACC729;
}
.AnyTagClassName
{
color: #ACC729;
}
</style>
background-color css
<style>
a { background-color: #ACC729; }
a { background-color: rgb(172,199,41); }
div.DivClassName
{
background-color: #ACC729;
}
.BgClassName
{
background-color: #ACC729;
}
</style>
border-color css
<style>
span { border-color: #ACC729; }
span { border-color: rgb(172,199,41); }
td.TdClassName
{
border-color: #ACC729;
}
.TagClassName
{
border-color: #ACC729;
}
</style>