Shades of Bahia #ACCC15
Tints of Bahia #ACCC15
RGB
CMYK
RGB Variations
Color information
#ACCC15 (or 0xACCC15) is known color: Bahia. HEX triplet: AC, CC and 15. RGB value is (172,204,21). Sum of RGB (Red+Green+Blue) = 172+204+21=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCC15 is #5333EA. Grayscale: #AEAEAE. Windows color (decimal): -5452779 or 1428652. OLE color: 1428652.
HSL color Cylindrical-coordinate representation of color #ACCC15: hue angle of 70.49º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACCC15 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 21 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.2 |
| HSL | 70.49º | 0.81% | 0.44% | - |
| HSV(B) | 70.49º | 0.9% | 0.8% | - |
| XYZ | 38.74 | 52.01 | 8.71 | - |
| YUV | 173.57 | 41.9 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 21 | 0.16 | 0 | 0.90 | 0.2 | 70.49 | 0.81 | 0.44 |
| Hex | AC | CC | 15 | 10 | 0 | 5A | 14 | 46 | 51 | 2C |
| Octal | 254 | 314 | 25 | 20 | 0 | 132 | 24 | 106 | 121 | 54 |
| Binary | 10101100 | 11001100 | 10101 | 10000 | 0 | 1011010 | 10100 | 1000110 | 1010001 | 101100 |
Color Harmonies of #ACCC15
Complementary color
Monochromatic Colors of #ACCC15
Black with #ACCC15
Text Example
Text Example
White with #ACCC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC15; }
p { color: rgb(172,204,21); }
H1.HeaderClassName
{
color: #ACCC15;
}
.AnyTagClassName
{
color: #ACCC15;
}
</style>
background-color css
<style>
a { background-color: #ACCC15; }
a { background-color: rgb(172,204,21); }
div.DivClassName
{
background-color: #ACCC15;
}
.BgClassName
{
background-color: #ACCC15;
}
</style>
border-color css
<style>
span { border-color: #ACCC15; }
span { border-color: rgb(172,204,21); }
td.TdClassName
{
border-color: #ACCC15;
}
.TagClassName
{
border-color: #ACCC15;
}
</style>