#AEC67B

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

Shades of Caper #AEC67B

Tints of Caper #AEC67B

Color information

#AEC67B (or 0xAEC67B) is unknown color: approx Caper. HEX triplet: AE, C6 and 7B. RGB value is (174,198,123). Sum of RGB (Red+Green+Blue) = 174+198+123=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC67B is #513984. Grayscale: #B6B6B6. Windows color (decimal): -5323141 or 8111790. OLE color: 8111790.

HSL color Cylindrical-coordinate representation of color #AEC67B: hue angle of 79.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEC67B is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB174198123-
CMYK0.1200.380.22
HSL79.2º39.68%62.94%-
HSV(B)79.2º37.88%77.65%-
XYZ41.2250.8226.37-
YUV182.2794.55122.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 198 (77.73% from 255) = 40%
BLUE value IS 123 (48.44% from 255) = 24.85%
R=35.15%
G=40%
B=24.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981230.1200.380.2279.239.6862.94
HexAEC67BC026164f283f
Octal25630617314046261175077
Binary1010111011000110111101111000100110101101001111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC67B; }

 p { color: rgb(174,198,123); }

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

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

 a { background-color: rgb(174,198,123); }

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

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

 span { border-color: rgb(174,198,123); }

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