Shades of Bahia #ACC431
Tints of Bahia #ACC431
RGB
CMYK
RGB Variations
Color information
#ACC431 (or 0xACC431) is known color: Bahia. HEX triplet: AC, C4 and 31. RGB value is (172,196,49). Sum of RGB (Red+Green+Blue) = 172+196+49=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC431 is #533BCE. Grayscale: #ACACAC. Windows color (decimal): -5454799 or 3261612. OLE color: 3261612.
HSL color Cylindrical-coordinate representation of color #ACC431: hue angle of 69.8º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACC431 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 49 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.23 |
| HSL | 69.8º | 0.6% | 0.48% | - |
| HSV(B) | 69.8º | 0.75% | 0.77% | - |
| XYZ | 37.31 | 48.47 | 10.3 | - |
| YUV | 172.07 | 58.55 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 49 | 0.12 | 0 | 0.75 | 0.23 | 69.8 | 0.6 | 0.48 |
| Hex | AC | C4 | 31 | C | 0 | 4B | 17 | 46 | 3C | 30 |
| Octal | 254 | 304 | 61 | 14 | 0 | 113 | 27 | 106 | 74 | 60 |
| Binary | 10101100 | 11000100 | 110001 | 1100 | 0 | 1001011 | 10111 | 1000110 | 111100 | 110000 |
Color Harmonies of #ACC431
Complementary color
Monochromatic Colors of #ACC431
Black with #ACC431
Text Example
Text Example
White with #ACC431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC431; }
p { color: rgb(172,196,49); }
H1.HeaderClassName
{
color: #ACC431;
}
.AnyTagClassName
{
color: #ACC431;
}
</style>
background-color css
<style>
a { background-color: #ACC431; }
a { background-color: rgb(172,196,49); }
div.DivClassName
{
background-color: #ACC431;
}
.BgClassName
{
background-color: #ACC431;
}
</style>
border-color css
<style>
span { border-color: #ACC431; }
span { border-color: rgb(172,196,49); }
td.TdClassName
{
border-color: #ACC431;
}
.TagClassName
{
border-color: #ACC431;
}
</style>