Html Css Color HEX #AAC484 Caper

📋 copy color: '#AAC484'

red 170 ◦ green 196 ◦ blue 132

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

Shades of Caper #AAC484

Tints of Caper #AAC484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.51%

R = 34.14%
G = 39.36%
B = 26.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#AAC484 (or 0xAAC484) is known color: Caper. HEX triplet: AA, C4 and 84. RGB value is (170,196,132). Sum of RGB (Red+Green+Blue) = 170+196+132=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC484 is #553B7B. Grayscale: #B5B5B5. Windows color (decimal): -5585788 or 8701098. OLE color: 8701098.

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

Color convert

RGB 170 196 132 -
CMYK 0.13 0 0.33 0.23
HSL 84.38º 0.35% 0.64% -
HSV(B) 84.38º 0.33% 0.77% -
XYZ 40.48 49.69 29.29 -
YUV 180.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 170 196 132 0.13 0 0.33 0.23 84.38 0.35 0.64
Hex AA C4 84 D 0 21 17 54 23 40
Octal 252 304 204 15 0 41 27 124 43 100
Binary 10101010 11000100 10000100 1101 0 100001 10111 1010100 100011 1000000

Color Harmonies of #AAC484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC484

Black with #AAC484

Text Example


Text Example

White with #AAC484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC484; }

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

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

background-color css

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

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

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

border-color css

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

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

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