Shades of Caper #AEC58B
Tints of Caper #AEC58B
RGB
CMYK
RGB Variations
Color information
#AEC58B (or 0xAEC58B) is known color: Caper. HEX triplet: AE, C5 and 8B. RGB value is (174,197,139). Sum of RGB (Red+Green+Blue) = 174+197+139=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC58B is #513A74. Grayscale: #B7B7B7. Windows color (decimal): -5323381 or 9160110. OLE color: 9160110.
HSL color Cylindrical-coordinate representation of color #AEC58B: hue angle of 83.79º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEC58B is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 139 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.23 |
| HSL | 83.79º | 0.33% | 0.66% | - |
| HSV(B) | 83.79º | 0.29% | 0.77% | - |
| XYZ | 42.08 | 50.8 | 32.01 | - |
| YUV | 183.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 139 | 0.12 | 0 | 0.29 | 0.23 | 83.79 | 0.33 | 0.66 |
| Hex | AE | C5 | 8B | C | 0 | 1D | 17 | 54 | 21 | 42 |
| Octal | 256 | 305 | 213 | 14 | 0 | 35 | 27 | 124 | 41 | 102 |
| Binary | 10101110 | 11000101 | 10001011 | 1100 | 0 | 11101 | 10111 | 1010100 | 100001 | 1000010 |
Color Harmonies of #AEC58B
Complementary color
Monochromatic Colors of #AEC58B
Black with #AEC58B
Text Example
Text Example
White with #AEC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC58B; }
p { color: rgb(174,197,139); }
H1.HeaderClassName
{
color: #AEC58B;
}
.AnyTagClassName
{
color: #AEC58B;
}
</style>
background-color css
<style>
a { background-color: #AEC58B; }
a { background-color: rgb(174,197,139); }
div.DivClassName
{
background-color: #AEC58B;
}
.BgClassName
{
background-color: #AEC58B;
}
</style>
border-color css
<style>
span { border-color: #AEC58B; }
span { border-color: rgb(174,197,139); }
td.TdClassName
{
border-color: #AEC58B;
}
.TagClassName
{
border-color: #AEC58B;
}
</style>