Shades of Bahia #ACCC17
Tints of Bahia #ACCC17
RGB
CMYK
RGB Variations
Color information
#ACCC17 (or 0xACCC17) is known color: Bahia. HEX triplet: AC, CC and 17. RGB value is (172,204,23). Sum of RGB (Red+Green+Blue) = 172+204+23=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCC17 is #5333E8. Grayscale: #AEAEAE. Windows color (decimal): -5452777 or 1559724. OLE color: 1559724.
HSL color Cylindrical-coordinate representation of color #ACCC17: hue angle of 70.61º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACCC17 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 23 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.2 |
| HSL | 70.61º | 0.8% | 0.45% | - |
| HSV(B) | 70.61º | 0.89% | 0.8% | - |
| XYZ | 38.76 | 52.02 | 8.81 | - |
| YUV | 173.8 | 42.9 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 23 | 0.16 | 0 | 0.89 | 0.2 | 70.61 | 0.8 | 0.45 |
| Hex | AC | CC | 17 | 10 | 0 | 59 | 14 | 47 | 50 | 2D |
| Octal | 254 | 314 | 27 | 20 | 0 | 131 | 24 | 107 | 120 | 55 |
| Binary | 10101100 | 11001100 | 10111 | 10000 | 0 | 1011001 | 10100 | 1000111 | 1010000 | 101101 |
Color Harmonies of #ACCC17
Complementary color
Monochromatic Colors of #ACCC17
Black with #ACCC17
Text Example
Text Example
White with #ACCC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC17; }
p { color: rgb(172,204,23); }
H1.HeaderClassName
{
color: #ACCC17;
}
.AnyTagClassName
{
color: #ACCC17;
}
</style>
background-color css
<style>
a { background-color: #ACCC17; }
a { background-color: rgb(172,204,23); }
div.DivClassName
{
background-color: #ACCC17;
}
.BgClassName
{
background-color: #ACCC17;
}
</style>
border-color css
<style>
span { border-color: #ACCC17; }
span { border-color: rgb(172,204,23); }
td.TdClassName
{
border-color: #ACCC17;
}
.TagClassName
{
border-color: #ACCC17;
}
</style>