Html Css Color HEX #AAC976 Caper

📋 copy color: '#AAC976'

red 170 ◦ green 201 ◦ blue 118

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

Shades of Caper #AAC976

Tints of Caper #AAC976

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.1%

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

R = 34.76%
G = 41.1%
B = 24.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#AAC976 (or 0xAAC976) is known color: Caper. HEX triplet: AA, C9 and 76. RGB value is (170,201,118). Sum of RGB (Red+Green+Blue) = 170+201+118=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC976 is #553689. Grayscale: #B6B6B6. Windows color (decimal): -5584522 or 7784874. OLE color: 7784874.

HSL color Cylindrical-coordinate representation of color #AAC976: hue angle of 82.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAC976 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 118 -
CMYK 0.15 0 0.41 0.21
HSL 82.41º 0.43% 0.63% -
HSV(B) 82.41º 0.41% 0.79% -
XYZ 40.73 51.63 24.96 -
YUV 182.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 170 201 118 0.15 0 0.41 0.21 82.41 0.43 0.63
Hex AA C9 76 F 0 29 15 52 2B 3F
Octal 252 311 166 17 0 51 25 122 53 77
Binary 10101010 11001001 1110110 1111 0 101001 10101 1010010 101011 111111

Color Harmonies of #AAC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC976

Black with #AAC976

Text Example


Text Example

White with #AAC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC976; }

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

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

background-color css

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

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

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

border-color css

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

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

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