Shades of Bahia #ACC929
Tints of Bahia #ACC929
RGB
CMYK
RGB Variations
Color information
#ACC929 (or 0xACC929) is known color: Bahia. HEX triplet: AC, C9 and 29. RGB value is (172,201,41). Sum of RGB (Red+Green+Blue) = 172+201+41=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC929 is #5336D6. Grayscale: #AEAEAE. Windows color (decimal): -5453527 or 2738604. OLE color: 2738604.
HSL color Cylindrical-coordinate representation of color #ACC929: hue angle of 70.88º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACC929 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 41 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.21 |
| HSL | 70.88º | 0.66% | 0.47% | - |
| HSV(B) | 70.88º | 0.8% | 0.79% | - |
| XYZ | 38.3 | 50.7 | 9.87 | - |
| YUV | 174.09 | 52.89 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 41 | 0.14 | 0 | 0.80 | 0.21 | 70.88 | 0.66 | 0.47 |
| Hex | AC | C9 | 29 | E | 0 | 50 | 15 | 47 | 42 | 2F |
| Octal | 254 | 311 | 51 | 16 | 0 | 120 | 25 | 107 | 102 | 57 |
| Binary | 10101100 | 11001001 | 101001 | 1110 | 0 | 1010000 | 10101 | 1000111 | 1000010 | 101111 |
Color Harmonies of #ACC929
Complementary color
Monochromatic Colors of #ACC929
Black with #ACC929
Text Example
Text Example
White with #ACC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC929; }
p { color: rgb(172,201,41); }
H1.HeaderClassName
{
color: #ACC929;
}
.AnyTagClassName
{
color: #ACC929;
}
</style>
background-color css
<style>
a { background-color: #ACC929; }
a { background-color: rgb(172,201,41); }
div.DivClassName
{
background-color: #ACC929;
}
.BgClassName
{
background-color: #ACC929;
}
</style>
border-color css
<style>
span { border-color: #ACC929; }
span { border-color: rgb(172,201,41); }
td.TdClassName
{
border-color: #ACC929;
}
.TagClassName
{
border-color: #ACC929;
}
</style>