Html Css Color HEX #AAC388 Caper

📋 copy color: '#AAC388'

red 170 ◦ green 195 ◦ blue 136

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

Shades of Caper #AAC388

Tints of Caper #AAC388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.92%

 BLUE value IS 136 (53.52% from 255) = 27.15%

R = 33.93%
G = 38.92%
B = 27.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#AAC388 (or 0xAAC388) is known color: Caper. HEX triplet: AA, C3 and 88. RGB value is (170,195,136). Sum of RGB (Red+Green+Blue) = 170+195+136=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC388 is #553C77. Grayscale: #B5B5B5. Windows color (decimal): -5586040 or 8962986. OLE color: 8962986.

HSL color Cylindrical-coordinate representation of color #AAC388: hue angle of 85.42º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC388 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 136 -
CMYK 0.13 0 0.30 0.24
HSL 85.42º 0.33% 0.65% -
HSV(B) 85.42º 0.3% 0.76% -
XYZ 40.54 49.35 30.68 -
YUV 180.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 170 195 136 0.13 0 0.30 0.24 85.42 0.33 0.65
Hex AA C3 88 D 0 1E 18 55 21 41
Octal 252 303 210 15 0 36 30 125 41 101
Binary 10101010 11000011 10001000 1101 0 11110 11000 1010101 100001 1000001

Color Harmonies of #AAC388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC388

Black with #AAC388

Text Example


Text Example

White with #AAC388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC388; }

 p { color: rgb(170,195,136); }

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

background-color css

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

 a { background-color: rgb(170,195,136); }

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

border-color css

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

 span { border-color: rgb(170,195,136); }

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