#AECB83

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

Shades of Caper #AECB83

Tints of Caper #AECB83

Color information

#AECB83 (or 0xAECB83) is unknown color: approx Caper. HEX triplet: AE, CB and 83. RGB value is (174,203,131). Sum of RGB (Red+Green+Blue) = 174+203+131=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB83 is #51347C. Grayscale: #BABABA. Windows color (decimal): -5321853 or 8637358. OLE color: 8637358.

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

Color convert

RGB174203131-
CMYK0.1400.350.20
HSL84.17º40.91%65.49%-
HSV(B)84.17º35.47%79.61%-
XYZ42.9153.3529.51-
YUV186.1296.89119.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 131 (51.56% from 255) = 25.79%
R=34.25%
G=39.96%
B=25.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031310.1400.350.2084.1740.9165.49
HexAECB83E02314542941
Octal256313203160432412451101
Binary101011101100101110000011111001000111010010101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECB83; }

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

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

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

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

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

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

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

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