Shades of Bahia #ACC815
Tints of Bahia #ACC815
RGB
CMYK
RGB Variations
Color information
#ACC815 (or 0xACC815) is known color: Bahia. HEX triplet: AC, C8 and 15. RGB value is (172,200,21). Sum of RGB (Red+Green+Blue) = 172+200+21=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC815 is #5337EA. Grayscale: #ABABAB. Windows color (decimal): -5453803 or 1427628. OLE color: 1427628.
HSL color Cylindrical-coordinate representation of color #ACC815: hue angle of 69.39º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACC815 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 21 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.22 |
| HSL | 69.39º | 0.81% | 0.43% | - |
| HSV(B) | 69.39º | 0.9% | 0.78% | - |
| XYZ | 37.8 | 50.13 | 8.39 | - |
| YUV | 171.22 | 43.22 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 21 | 0.14 | 0 | 0.90 | 0.22 | 69.39 | 0.81 | 0.43 |
| Hex | AC | C8 | 15 | E | 0 | 5A | 16 | 45 | 51 | 2B |
| Octal | 254 | 310 | 25 | 16 | 0 | 132 | 26 | 105 | 121 | 53 |
| Binary | 10101100 | 11001000 | 10101 | 1110 | 0 | 1011010 | 10110 | 1000101 | 1010001 | 101011 |
Color Harmonies of #ACC815
Complementary color
Monochromatic Colors of #ACC815
Black with #ACC815
Text Example
Text Example
White with #ACC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC815; }
p { color: rgb(172,200,21); }
H1.HeaderClassName
{
color: #ACC815;
}
.AnyTagClassName
{
color: #ACC815;
}
</style>
background-color css
<style>
a { background-color: #ACC815; }
a { background-color: rgb(172,200,21); }
div.DivClassName
{
background-color: #ACC815;
}
.BgClassName
{
background-color: #ACC815;
}
</style>
border-color css
<style>
span { border-color: #ACC815; }
span { border-color: rgb(172,200,21); }
td.TdClassName
{
border-color: #ACC815;
}
.TagClassName
{
border-color: #ACC815;
}
</style>