Html Css Color HEX #AECC76 Caper

📋 copy color: '#AECC76'

red 174 ◦ green 204 ◦ blue 118

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

Shades of Caper #AECC76

Tints of Caper #AECC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.79%

R = 35.08%
G = 41.13%
B = 23.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#AECC76 (or 0xAECC76) is known color: Caper. HEX triplet: AE, CC and 76. RGB value is (174,204,118). Sum of RGB (Red+Green+Blue) = 174+204+118=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECC76 is #513389. Grayscale: #B9B9B9. Windows color (decimal): -5321610 or 7785646. OLE color: 7785646.

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

Color convert

RGB 174 204 118 -
CMYK 0.15 0 0.42 0.2
HSL 80.93º 0.46% 0.63% -
HSV(B) 80.93º 0.42% 0.8% -
XYZ 42.32 53.49 25.23 -
YUV 185.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 174 204 118 0.15 0 0.42 0.2 80.93 0.46 0.63
Hex AE CC 76 F 0 2A 14 51 2E 3F
Octal 256 314 166 17 0 52 24 121 56 77
Binary 10101110 11001100 1110110 1111 0 101010 10100 1010001 101110 111111

Color Harmonies of #AECC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC76

Black with #AECC76

Text Example


Text Example

White with #AECC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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