#AECB6F

Color #AECB6F Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #AECB6F

Tints of Caper #AECB6F

Color information

#AECB6F (or 0xAECB6F) is unknown color: approx Caper. HEX triplet: AE, CB and 6F. RGB value is (174,203,111). Sum of RGB (Red+Green+Blue) = 174+203+111=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB6F is #513490. Grayscale: #B8B8B8. Windows color (decimal): -5321873 or 7326638. OLE color: 7326638.

HSL color Cylindrical-coordinate representation of color #AECB6F: hue angle of 78.91º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AECB6F is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB174203111-
CMYK0.1400.450.20
HSL78.91º46.94%61.57%-
HSV(B)78.91º45.32%79.61%-
XYZ41.6852.8623.04-
YUV183.8486.89120.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 203 (79.69% from 255) = 41.60%
BLUE value IS 111 (43.75% from 255) = 22.75%
R=35.66%
G=41.60%
B=22.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031110.1400.450.2078.9146.9461.57
HexAECB6FE02D144f2f3e
Octal25631315716055241175776
Binary1010111011001011110111111100101101101001001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECB6F; }

 p { color: rgb(174,203,111); }

 H1.HeaderClassName
 {
   color: #AECB6F;
 }
 .AnyTagClassName
 {
   color: #AECB6F;
 }
</style>
background-color css

<style>
 a { background-color: #AECB6F; }

 a { background-color: rgb(174,203,111); }

 div.DivClassName
 {
   background-color: #AECB6F;
 }
 .BgClassName
 {
   background-color: #AECB6F;
 }
</style>
border-color css

<style>
 span { border-color: #AECB6F; }

 span { border-color: rgb(174,203,111); }

 td.TdClassName
 {
   border-color: #AECB6F;
 }
 .TagClassName
 {
   border-color: #AECB6F;
 }
</style>