Html Css Color HEX #AEC682 Caper

📋 copy color: '#AEC682'

red 174 ◦ green 198 ◦ blue 130

#AEC682
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #AEC682

Tints of Caper #AEC682

RGB

 RED value IS 174 (68.36% from 255) = 34.66%

 GREEN value IS 198 (77.73% from 255) = 39.44%

 BLUE value IS 130 (51.17% from 255) = 25.9%

R = 34.66%
G = 39.44%
B = 25.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#AEC682 (or 0xAEC682) is known color: Caper. HEX triplet: AE, C6 and 82. RGB value is (174,198,130). Sum of RGB (Red+Green+Blue) = 174+198+130=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC682 is #51397D. Grayscale: #B7B7B7. Windows color (decimal): -5323134 or 8570542. OLE color: 8570542.

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

Color convert

RGB 174 198 130 -
CMYK 0.12 0 0.34 0.22
HSL 81.18º 0.37% 0.64% -
HSV(B) 81.18º 0.34% 0.78% -
XYZ 41.68 51 28.77 -
YUV 183.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 174 198 130 0.12 0 0.34 0.22 81.18 0.37 0.64
Hex AE C6 82 C 0 22 16 51 25 40
Octal 256 306 202 14 0 42 26 121 45 100
Binary 10101110 11000110 10000010 1100 0 100010 10110 1010001 100101 1000000

Color Harmonies of #AEC682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC682

Black with #AEC682

Text Example


Text Example

White with #AEC682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC682; }

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

 H1.HeaderClassName
 {
   color: #AEC682;
 }
 .AnyTagClassName
 {
   color: #AEC682;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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