Html Css Color HEX #AECC82 Caper

📋 copy color: '#AECC82'

red 174 ◦ green 204 ◦ blue 130

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

Shades of Caper #AECC82

Tints of Caper #AECC82

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.16%

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

R = 34.25%
G = 40.16%
B = 25.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#AECC82 (or 0xAECC82) is known color: Caper. HEX triplet: AE, CC and 82. RGB value is (174,204,130). Sum of RGB (Red+Green+Blue) = 174+204+130=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC82 is #51337D. Grayscale: #BABABA. Windows color (decimal): -5321598 or 8572078. OLE color: 8572078.

HSL color Cylindrical-coordinate representation of color #AECC82: hue angle of 84.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AECC82 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 130 -
CMYK 0.15 0 0.36 0.2
HSL 84.32º 0.42% 0.65% -
HSV(B) 84.32º 0.36% 0.8% -
XYZ 43.08 53.8 29.23 -
YUV 186.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 174 204 130 0.15 0 0.36 0.2 84.32 0.42 0.65
Hex AE CC 82 F 0 24 14 54 2A 41
Octal 256 314 202 17 0 44 24 124 52 101
Binary 10101110 11001100 10000010 1111 0 100100 10100 1010100 101010 1000001

Color Harmonies of #AECC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC82

Black with #AECC82

Text Example


Text Example

White with #AECC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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