Shades of Bahia #ACC318
Tints of Bahia #ACC318
RGB
CMYK
RGB Variations
Color information
#ACC318 (or 0xACC318) is known color: Bahia. HEX triplet: AC, C3 and 18. RGB value is (172,195,24). Sum of RGB (Red+Green+Blue) = 172+195+24=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC318 is #533CE7. Grayscale: #A9A9A9. Windows color (decimal): -5455080 or 1622956. OLE color: 1622956.
HSL color Cylindrical-coordinate representation of color #ACC318: hue angle of 68.07º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACC318 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 24 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.24 |
| HSL | 68.07º | 0.78% | 0.43% | - |
| HSV(B) | 68.07º | 0.88% | 0.76% | - |
| XYZ | 36.69 | 47.87 | 8.17 | - |
| YUV | 168.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 24 | 0.12 | 0 | 0.88 | 0.24 | 68.07 | 0.78 | 0.43 |
| Hex | AC | C3 | 18 | C | 0 | 58 | 18 | 44 | 4E | 2B |
| Octal | 254 | 303 | 30 | 14 | 0 | 130 | 30 | 104 | 116 | 53 |
| Binary | 10101100 | 11000011 | 11000 | 1100 | 0 | 1011000 | 11000 | 1000100 | 1001110 | 101011 |
Color Harmonies of #ACC318
Complementary color
Monochromatic Colors of #ACC318
Black with #ACC318
Text Example
Text Example
White with #ACC318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC318; }
p { color: rgb(172,195,24); }
H1.HeaderClassName
{
color: #ACC318;
}
.AnyTagClassName
{
color: #ACC318;
}
</style>
background-color css
<style>
a { background-color: #ACC318; }
a { background-color: rgb(172,195,24); }
div.DivClassName
{
background-color: #ACC318;
}
.BgClassName
{
background-color: #ACC318;
}
</style>
border-color css
<style>
span { border-color: #ACC318; }
span { border-color: rgb(172,195,24); }
td.TdClassName
{
border-color: #ACC318;
}
.TagClassName
{
border-color: #ACC318;
}
</style>