Html Css Color HEX #AAC476 Caper

📋 copy color: '#AAC476'

red 170 ◦ green 196 ◦ blue 118

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

Shades of Caper #AAC476

Tints of Caper #AAC476

RGB

 RED value IS 170 (66.8% from 255) = 35.12%

 GREEN value IS 196 (76.95% from 255) = 40.5%

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

R = 35.12%
G = 40.5%
B = 24.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#AAC476 (or 0xAAC476) is known color: Caper. HEX triplet: AA, C4 and 76. RGB value is (170,196,118). Sum of RGB (Red+Green+Blue) = 170+196+118=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC476 is #553B89. Grayscale: #B3B3B3. Windows color (decimal): -5585802 or 7783594. OLE color: 7783594.

HSL color Cylindrical-coordinate representation of color #AAC476: hue angle of 80º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAC476 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 118 -
CMYK 0.13 0 0.40 0.23
HSL 80º 0.4% 0.62% -
HSV(B) 80º 0.4% 0.77% -
XYZ 39.59 49.33 24.58 -
YUV 179.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 170 196 118 0.13 0 0.40 0.23 80 0.4 0.62
Hex AA C4 76 D 0 28 17 50 28 3E
Octal 252 304 166 15 0 50 27 120 50 76
Binary 10101010 11000100 1110110 1101 0 101000 10111 1010000 101000 111110

Color Harmonies of #AAC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC476

Black with #AAC476

Text Example


Text Example

White with #AAC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC476; }

 p { color: rgb(170,196,118); }

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

background-color css

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

 a { background-color: rgb(170,196,118); }

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

border-color css

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

 span { border-color: rgb(170,196,118); }

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