Shades of Caper #ACC67E
Tints of Caper #ACC67E
RGB
CMYK
RGB Variations
Color information
#ACC67E (or 0xACC67E) is known color: Caper. HEX triplet: AC, C6 and 7E. RGB value is (172,198,126). Sum of RGB (Red+Green+Blue) = 172+198+126=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC67E is #533981. Grayscale: #B6B6B6. Windows color (decimal): -5454210 or 8308396. OLE color: 8308396.
HSL color Cylindrical-coordinate representation of color #ACC67E: hue angle of 81.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACC67E is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 126 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.22 |
| HSL | 81.67º | 0.39% | 0.64% | - |
| HSV(B) | 81.67º | 0.36% | 0.78% | - |
| XYZ | 40.97 | 50.67 | 27.36 | - |
| YUV | 182.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 126 | 0.13 | 0 | 0.36 | 0.22 | 81.67 | 0.39 | 0.64 |
| Hex | AC | C6 | 7E | D | 0 | 24 | 16 | 52 | 27 | 40 |
| Octal | 254 | 306 | 176 | 15 | 0 | 44 | 26 | 122 | 47 | 100 |
| Binary | 10101100 | 11000110 | 1111110 | 1101 | 0 | 100100 | 10110 | 1010010 | 100111 | 1000000 |
Color Harmonies of #ACC67E
Complementary color
Monochromatic Colors of #ACC67E
Black with #ACC67E
Text Example
Text Example
White with #ACC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC67E; }
p { color: rgb(172,198,126); }
H1.HeaderClassName
{
color: #ACC67E;
}
.AnyTagClassName
{
color: #ACC67E;
}
</style>
background-color css
<style>
a { background-color: #ACC67E; }
a { background-color: rgb(172,198,126); }
div.DivClassName
{
background-color: #ACC67E;
}
.BgClassName
{
background-color: #ACC67E;
}
</style>
border-color css
<style>
span { border-color: #ACC67E; }
span { border-color: rgb(172,198,126); }
td.TdClassName
{
border-color: #ACC67E;
}
.TagClassName
{
border-color: #ACC67E;
}
</style>