Shades of Bahia #ACC80C
Tints of Bahia #ACC80C
RGB
CMYK
RGB Variations
Color information
#ACC80C (or 0xACC80C) is known color: Bahia. HEX triplet: AC, C8 and 0C. RGB value is (172,200,12). Sum of RGB (Red+Green+Blue) = 172+200+12=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC80C is #5337F3. Grayscale: #AAAAAA. Windows color (decimal): -5453812 or 837804. OLE color: 837804.
HSL color Cylindrical-coordinate representation of color #ACC80C: hue angle of 68.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC80C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 12 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.22 |
| HSL | 68.94º | 0.89% | 0.42% | - |
| HSV(B) | 68.94º | 0.94% | 0.78% | - |
| XYZ | 37.73 | 50.11 | 8.03 | - |
| YUV | 170.2 | 38.72 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 12 | 0.14 | 0 | 0.94 | 0.22 | 68.94 | 0.89 | 0.42 |
| Hex | AC | C8 | C | E | 0 | 5E | 16 | 45 | 59 | 2A |
| Octal | 254 | 310 | 14 | 16 | 0 | 136 | 26 | 105 | 131 | 52 |
| Binary | 10101100 | 11001000 | 1100 | 1110 | 0 | 1011110 | 10110 | 1000101 | 1011001 | 101010 |
Color Harmonies of #ACC80C
Complementary color
Monochromatic Colors of #ACC80C
Black with #ACC80C
Text Example
Text Example
White with #ACC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC80C; }
p { color: rgb(172,200,12); }
H1.HeaderClassName
{
color: #ACC80C;
}
.AnyTagClassName
{
color: #ACC80C;
}
</style>
background-color css
<style>
a { background-color: #ACC80C; }
a { background-color: rgb(172,200,12); }
div.DivClassName
{
background-color: #ACC80C;
}
.BgClassName
{
background-color: #ACC80C;
}
</style>
border-color css
<style>
span { border-color: #ACC80C; }
span { border-color: rgb(172,200,12); }
td.TdClassName
{
border-color: #ACC80C;
}
.TagClassName
{
border-color: #ACC80C;
}
</style>