Shades of Caper #ACCC7A
Tints of Caper #ACCC7A
RGB
CMYK
RGB Variations
Color information
#ACCC7A (or 0xACCC7A) is known color: Caper. HEX triplet: AC, CC and 7A. RGB value is (172,204,122). Sum of RGB (Red+Green+Blue) = 172+204+122=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC7A is #533385. Grayscale: #B9B9B9. Windows color (decimal): -5452678 or 8047788. OLE color: 8047788.
HSL color Cylindrical-coordinate representation of color #ACCC7A: hue angle of 83.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACCC7A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 122 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.2 |
| HSL | 83.41º | 0.45% | 0.64% | - |
| HSV(B) | 83.41º | 0.4% | 0.8% | - |
| XYZ | 42.12 | 53.36 | 26.49 | - |
| YUV | 185.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 122 | 0.16 | 0 | 0.40 | 0.2 | 83.41 | 0.45 | 0.64 |
| Hex | AC | CC | 7A | 10 | 0 | 28 | 14 | 53 | 2D | 40 |
| Octal | 254 | 314 | 172 | 20 | 0 | 50 | 24 | 123 | 55 | 100 |
| Binary | 10101100 | 11001100 | 1111010 | 10000 | 0 | 101000 | 10100 | 1010011 | 101101 | 1000000 |
Color Harmonies of #ACCC7A
Complementary color
Monochromatic Colors of #ACCC7A
Black with #ACCC7A
Text Example
Text Example
White with #ACCC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC7A; }
p { color: rgb(172,204,122); }
H1.HeaderClassName
{
color: #ACCC7A;
}
.AnyTagClassName
{
color: #ACCC7A;
}
</style>
background-color css
<style>
a { background-color: #ACCC7A; }
a { background-color: rgb(172,204,122); }
div.DivClassName
{
background-color: #ACCC7A;
}
.BgClassName
{
background-color: #ACCC7A;
}
</style>
border-color css
<style>
span { border-color: #ACCC7A; }
span { border-color: rgb(172,204,122); }
td.TdClassName
{
border-color: #ACCC7A;
}
.TagClassName
{
border-color: #ACCC7A;
}
</style>