Html Css Color HEX #AABD80 Caper

📋 copy color: '#AABD80'

red 170 ◦ green 189 ◦ blue 128

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

Shades of Caper #AABD80

Tints of Caper #AABD80

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.81%

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

R = 34.91%
G = 38.81%
B = 26.28%

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

#AABD80 (or 0xAABD80) is known color: Caper. HEX triplet: AA, BD and 80. RGB value is (170,189,128). Sum of RGB (Red+Green+Blue) = 170+189+128=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD80 is #55427F. Grayscale: #B0B0B0. Windows color (decimal): -5587584 or 8437162. OLE color: 8437162.

HSL color Cylindrical-coordinate representation of color #AABD80: hue angle of 78.69º degrees, saturation: 0.32, 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 #AABD80 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 128 -
CMYK 0.10 0 0.32 0.26
HSL 78.69º 0.32% 0.62% -
HSV(B) 78.69º 0.32% 0.74% -
XYZ 38.67 46.5 27.36 -
YUV 176.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 170 189 128 0.10 0 0.32 0.26 78.69 0.32 0.62
Hex AA BD 80 A 0 20 1A 4F 20 3E
Octal 252 275 200 12 0 40 32 117 40 76
Binary 10101010 10111101 10000000 1010 0 100000 11010 1001111 100000 111110

Color Harmonies of #AABD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD80

Black with #AABD80

Text Example


Text Example

White with #AABD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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