Html Css Color HEX #AABE80 Caper

📋 copy color: '#AABE80'

red 170 ◦ green 190 ◦ blue 128

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

Shades of Caper #AABE80

Tints of Caper #AABE80

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.93%

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

R = 34.84%
G = 38.93%
B = 26.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#AABE80 (or 0xAABE80) is known color: Caper. HEX triplet: AA, BE and 80. RGB value is (170,190,128). Sum of RGB (Red+Green+Blue) = 170+190+128=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE80 is #55417F. Grayscale: #B1B1B1. Windows color (decimal): -5587328 or 8437418. OLE color: 8437418.

HSL color Cylindrical-coordinate representation of color #AABE80: hue angle of 79.35º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABE80 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 190 128 -
CMYK 0.11 0 0.33 0.25
HSL 79.35º 0.32% 0.62% -
HSV(B) 79.35º 0.33% 0.75% -
XYZ 38.89 46.93 27.43 -
YUV 176.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 170 190 128 0.11 0 0.33 0.25 79.35 0.32 0.62
Hex AA BE 80 B 0 21 19 4F 20 3E
Octal 252 276 200 13 0 41 31 117 40 76
Binary 10101010 10111110 10000000 1011 0 100001 11001 1001111 100000 111110

Color Harmonies of #AABE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABE80

Black with #AABE80

Text Example


Text Example

White with #AABE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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