Shades of Caper #AECE76
Tints of Caper #AECE76
RGB
CMYK
RGB Variations
Color information
#AECE76 (or 0xAECE76) is known color: Caper. HEX triplet: AE, CE and 76. RGB value is (174,206,118). Sum of RGB (Red+Green+Blue) = 174+206+118=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE76 is #513189. Grayscale: #BABABA. Windows color (decimal): -5321098 or 7786158. OLE color: 7786158.
HSL color Cylindrical-coordinate representation of color #AECE76: hue angle of 81.82º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AECE76 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 118 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.19 |
| HSL | 81.82º | 0.47% | 0.64% | - |
| HSV(B) | 81.82º | 0.43% | 0.81% | - |
| XYZ | 42.8 | 54.45 | 25.39 | - |
| YUV | 186.4 | 89.4 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 118 | 0.16 | 0 | 0.43 | 0.19 | 81.82 | 0.47 | 0.64 |
| Hex | AE | CE | 76 | 10 | 0 | 2B | 13 | 52 | 2F | 40 |
| Octal | 256 | 316 | 166 | 20 | 0 | 53 | 23 | 122 | 57 | 100 |
| Binary | 10101110 | 11001110 | 1110110 | 10000 | 0 | 101011 | 10011 | 1010010 | 101111 | 1000000 |
Color Harmonies of #AECE76
Complementary color
Monochromatic Colors of #AECE76
Black with #AECE76
Text Example
Text Example
White with #AECE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE76; }
p { color: rgb(174,206,118); }
H1.HeaderClassName
{
color: #AECE76;
}
.AnyTagClassName
{
color: #AECE76;
}
</style>
background-color css
<style>
a { background-color: #AECE76; }
a { background-color: rgb(174,206,118); }
div.DivClassName
{
background-color: #AECE76;
}
.BgClassName
{
background-color: #AECE76;
}
</style>
border-color css
<style>
span { border-color: #AECE76; }
span { border-color: rgb(174,206,118); }
td.TdClassName
{
border-color: #AECE76;
}
.TagClassName
{
border-color: #AECE76;
}
</style>