Shades of Bahia #ACC229
Tints of Bahia #ACC229
RGB
CMYK
RGB Variations
Color information
#ACC229 (or 0xACC229) is known color: Bahia. HEX triplet: AC, C2 and 29. RGB value is (172,194,41). Sum of RGB (Red+Green+Blue) = 172+194+41=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC229 is #533DD6. Grayscale: #AAAAAA. Windows color (decimal): -5455319 or 2736812. OLE color: 2736812.
HSL color Cylindrical-coordinate representation of color #ACC229: hue angle of 68.63º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACC229 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 41 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.24 |
| HSL | 68.63º | 0.65% | 0.46% | - |
| HSV(B) | 68.63º | 0.79% | 0.76% | - |
| XYZ | 36.71 | 47.51 | 9.33 | - |
| YUV | 169.98 | 55.21 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 41 | 0.11 | 0 | 0.79 | 0.24 | 68.63 | 0.65 | 0.46 |
| Hex | AC | C2 | 29 | B | 0 | 4F | 18 | 45 | 41 | 2E |
| Octal | 254 | 302 | 51 | 13 | 0 | 117 | 30 | 105 | 101 | 56 |
| Binary | 10101100 | 11000010 | 101001 | 1011 | 0 | 1001111 | 11000 | 1000101 | 1000001 | 101110 |
Color Harmonies of #ACC229
Complementary color
Monochromatic Colors of #ACC229
Black with #ACC229
Text Example
Text Example
White with #ACC229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC229; }
p { color: rgb(172,194,41); }
H1.HeaderClassName
{
color: #ACC229;
}
.AnyTagClassName
{
color: #ACC229;
}
</style>
background-color css
<style>
a { background-color: #ACC229; }
a { background-color: rgb(172,194,41); }
div.DivClassName
{
background-color: #ACC229;
}
.BgClassName
{
background-color: #ACC229;
}
</style>
border-color css
<style>
span { border-color: #ACC229; }
span { border-color: rgb(172,194,41); }
td.TdClassName
{
border-color: #ACC229;
}
.TagClassName
{
border-color: #ACC229;
}
</style>