Shades of Bahia #ACC919
Tints of Bahia #ACC919
RGB
CMYK
RGB Variations
Color information
#ACC919 (or 0xACC919) is known color: Bahia. HEX triplet: AC, C9 and 19. RGB value is (172,201,25). Sum of RGB (Red+Green+Blue) = 172+201+25=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC919 is #5336E6. Grayscale: #ACACAC. Windows color (decimal): -5453543 or 1690028. OLE color: 1690028.
HSL color Cylindrical-coordinate representation of color #ACC919: hue angle of 69.89º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACC919 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 25 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.21 |
| HSL | 69.89º | 0.78% | 0.44% | - |
| HSV(B) | 69.89º | 0.88% | 0.79% | - |
| XYZ | 38.08 | 50.61 | 8.68 | - |
| YUV | 172.27 | 44.89 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 25 | 0.14 | 0 | 0.88 | 0.21 | 69.89 | 0.78 | 0.44 |
| Hex | AC | C9 | 19 | E | 0 | 58 | 15 | 46 | 4E | 2C |
| Octal | 254 | 311 | 31 | 16 | 0 | 130 | 25 | 106 | 116 | 54 |
| Binary | 10101100 | 11001001 | 11001 | 1110 | 0 | 1011000 | 10101 | 1000110 | 1001110 | 101100 |
Color Harmonies of #ACC919
Complementary color
Monochromatic Colors of #ACC919
Black with #ACC919
Text Example
Text Example
White with #ACC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC919; }
p { color: rgb(172,201,25); }
H1.HeaderClassName
{
color: #ACC919;
}
.AnyTagClassName
{
color: #ACC919;
}
</style>
background-color css
<style>
a { background-color: #ACC919; }
a { background-color: rgb(172,201,25); }
div.DivClassName
{
background-color: #ACC919;
}
.BgClassName
{
background-color: #ACC919;
}
</style>
border-color css
<style>
span { border-color: #ACC919; }
span { border-color: rgb(172,201,25); }
td.TdClassName
{
border-color: #ACC919;
}
.TagClassName
{
border-color: #ACC919;
}
</style>