Shades of Bahia #ACC918
Tints of Bahia #ACC918
RGB
CMYK
RGB Variations
Color information
#ACC918 (or 0xACC918) is known color: Bahia. HEX triplet: AC, C9 and 18. RGB value is (172,201,24). Sum of RGB (Red+Green+Blue) = 172+201+24=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC918 is #5336E7. Grayscale: #ACACAC. Windows color (decimal): -5453544 or 1624492. OLE color: 1624492.
HSL color Cylindrical-coordinate representation of color #ACC918: hue angle of 69.83º degrees, saturation: 0.79, 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 #ACC918 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 24 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.21 |
| HSL | 69.83º | 0.79% | 0.44% | - |
| HSV(B) | 69.83º | 0.88% | 0.79% | - |
| XYZ | 38.06 | 50.61 | 8.63 | - |
| YUV | 172.15 | 44.39 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 24 | 0.14 | 0 | 0.88 | 0.21 | 69.83 | 0.79 | 0.44 |
| Hex | AC | C9 | 18 | E | 0 | 58 | 15 | 46 | 4F | 2C |
| Octal | 254 | 311 | 30 | 16 | 0 | 130 | 25 | 106 | 117 | 54 |
| Binary | 10101100 | 11001001 | 11000 | 1110 | 0 | 1011000 | 10101 | 1000110 | 1001111 | 101100 |
Color Harmonies of #ACC918
Complementary color
Monochromatic Colors of #ACC918
Black with #ACC918
Text Example
Text Example
White with #ACC918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC918; }
p { color: rgb(172,201,24); }
H1.HeaderClassName
{
color: #ACC918;
}
.AnyTagClassName
{
color: #ACC918;
}
</style>
background-color css
<style>
a { background-color: #ACC918; }
a { background-color: rgb(172,201,24); }
div.DivClassName
{
background-color: #ACC918;
}
.BgClassName
{
background-color: #ACC918;
}
</style>
border-color css
<style>
span { border-color: #ACC918; }
span { border-color: rgb(172,201,24); }
td.TdClassName
{
border-color: #ACC918;
}
.TagClassName
{
border-color: #ACC918;
}
</style>