Shades of Caper #AEC96C
Tints of Caper #AEC96C
RGB
CMYK
RGB Variations
Color information
#AEC96C (or 0xAEC96C) is known color: Caper. HEX triplet: AE, C9 and 6C. RGB value is (174,201,108). Sum of RGB (Red+Green+Blue) = 174+201+108=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC96C is #513693. Grayscale: #B6B6B6. Windows color (decimal): -5322388 or 7129518. OLE color: 7129518.
HSL color Cylindrical-coordinate representation of color #AEC96C: hue angle of 77.42º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEC96C is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 108 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.21 |
| HSL | 77.42º | 0.46% | 0.61% | - |
| HSV(B) | 77.42º | 0.46% | 0.79% | - |
| XYZ | 41.05 | 51.85 | 22.03 | - |
| YUV | 182.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 108 | 0.13 | 0 | 0.46 | 0.21 | 77.42 | 0.46 | 0.61 |
| Hex | AE | C9 | 6C | D | 0 | 2E | 15 | 4D | 2E | 3D |
| Octal | 256 | 311 | 154 | 15 | 0 | 56 | 25 | 115 | 56 | 75 |
| Binary | 10101110 | 11001001 | 1101100 | 1101 | 0 | 101110 | 10101 | 1001101 | 101110 | 111101 |
Color Harmonies of #AEC96C
Complementary color
Monochromatic Colors of #AEC96C
Black with #AEC96C
Text Example
Text Example
White with #AEC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC96C; }
p { color: rgb(174,201,108); }
H1.HeaderClassName
{
color: #AEC96C;
}
.AnyTagClassName
{
color: #AEC96C;
}
</style>
background-color css
<style>
a { background-color: #AEC96C; }
a { background-color: rgb(174,201,108); }
div.DivClassName
{
background-color: #AEC96C;
}
.BgClassName
{
background-color: #AEC96C;
}
</style>
border-color css
<style>
span { border-color: #AEC96C; }
span { border-color: rgb(174,201,108); }
td.TdClassName
{
border-color: #AEC96C;
}
.TagClassName
{
border-color: #AEC96C;
}
</style>