Shades of Bahia #ACCC2C
Tints of Bahia #ACCC2C
RGB
CMYK
RGB Variations
Color information
#ACCC2C (or 0xACCC2C) is known color: Bahia. HEX triplet: AC, CC and 2C. RGB value is (172,204,44). Sum of RGB (Red+Green+Blue) = 172+204+44=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC2C is #5333D3. Grayscale: #B0B0B0. Windows color (decimal): -5452756 or 2935980. OLE color: 2935980.
HSL color Cylindrical-coordinate representation of color #ACCC2C: hue angle of 72º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACCC2C is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 44 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.2 |
| HSL | 72º | 0.65% | 0.49% | - |
| HSV(B) | 72º | 0.78% | 0.8% | - |
| XYZ | 39.06 | 52.14 | 10.39 | - |
| YUV | 176.19 | 53.4 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 44 | 0.16 | 0 | 0.78 | 0.2 | 72 | 0.65 | 0.49 |
| Hex | AC | CC | 2C | 10 | 0 | 4E | 14 | 48 | 41 | 31 |
| Octal | 254 | 314 | 54 | 20 | 0 | 116 | 24 | 110 | 101 | 61 |
| Binary | 10101100 | 11001100 | 101100 | 10000 | 0 | 1001110 | 10100 | 1001000 | 1000001 | 110001 |
Color Harmonies of #ACCC2C
Complementary color
Monochromatic Colors of #ACCC2C
Black with #ACCC2C
Text Example
Text Example
White with #ACCC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC2C; }
p { color: rgb(172,204,44); }
H1.HeaderClassName
{
color: #ACCC2C;
}
.AnyTagClassName
{
color: #ACCC2C;
}
</style>
background-color css
<style>
a { background-color: #ACCC2C; }
a { background-color: rgb(172,204,44); }
div.DivClassName
{
background-color: #ACCC2C;
}
.BgClassName
{
background-color: #ACCC2C;
}
</style>
border-color css
<style>
span { border-color: #ACCC2C; }
span { border-color: rgb(172,204,44); }
td.TdClassName
{
border-color: #ACCC2C;
}
.TagClassName
{
border-color: #ACCC2C;
}
</style>