Html Css Color HEX #AABC80 Caper

📋 copy color: '#AABC80'

red 170 ◦ green 188 ◦ blue 128

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

Shades of Caper #AABC80

Tints of Caper #AABC80

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.68%

 BLUE value IS 128 (50.39% from 255) = 26.34%

R = 34.98%
G = 38.68%
B = 26.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#AABC80 (or 0xAABC80) is known color: Caper. HEX triplet: AA, BC and 80. RGB value is (170,188,128). Sum of RGB (Red+Green+Blue) = 170+188+128=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC80 is #55437F. Grayscale: #B0B0B0. Windows color (decimal): -5587840 or 8436906. OLE color: 8436906.

HSL color Cylindrical-coordinate representation of color #AABC80: hue angle of 78º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AABC80 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 128 -
CMYK 0.10 0 0.32 0.26
HSL 78º 0.31% 0.62% -
HSV(B) 78º 0.32% 0.74% -
XYZ 38.46 46.07 27.29 -
YUV 175.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 170 188 128 0.10 0 0.32 0.26 78 0.31 0.62
Hex AA BC 80 A 0 20 1A 4E 1F 3E
Octal 252 274 200 12 0 40 32 116 37 76
Binary 10101010 10111100 10000000 1010 0 100000 11010 1001110 11111 111110

Color Harmonies of #AABC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC80

Black with #AABC80

Text Example


Text Example

White with #AABC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC80; }

 p { color: rgb(170,188,128); }

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

background-color css

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

 a { background-color: rgb(170,188,128); }

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

border-color css

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

 span { border-color: rgb(170,188,128); }

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