#AECB72

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

Shades of Caper #AECB72

Tints of Caper #AECB72

Color information

#AECB72 (or 0xAECB72) is unknown color: approx Caper. HEX triplet: AE, CB and 72. RGB value is (174,203,114). Sum of RGB (Red+Green+Blue) = 174+203+114=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB72 is #51348D. Grayscale: #B8B8B8. Windows color (decimal): -5321870 or 7523246. OLE color: 7523246.

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

Color convert

RGB174203114-
CMYK0.1400.440.20
HSL79.55º46.11%62.16%-
HSV(B)79.55º43.84%79.61%-
XYZ41.8552.9323.93-
YUV184.1888.39120.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=35.44%
G=41.34%
B=23.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031140.1400.440.2079.5546.1162.16
HexAECB72E02C14502e3e
Octal25631316216054241205676
Binary1010111011001011111001011100101100101001010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECB72; }

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

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

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

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

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

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

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

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